mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 11:08:52 +08:00
Updated doc
This commit is contained in:
@@ -103,6 +103,12 @@ void spdylay_stream_shutdown(spdylay_stream *stream, spdylay_shut_flag flag);
|
|||||||
* Add server-pushed |stream_id| to this stream. This happens when
|
* Add server-pushed |stream_id| to this stream. This happens when
|
||||||
* server-pushed stream is associated to this stream. This function
|
* server-pushed stream is associated to this stream. This function
|
||||||
* returns 0 if it succeeds, or negative error code.
|
* returns 0 if it succeeds, or negative error code.
|
||||||
|
*
|
||||||
|
* RETURN VALUE
|
||||||
|
* ------------
|
||||||
|
*
|
||||||
|
* SPDYLAY_ERR_NOMEM
|
||||||
|
* Out of memory.
|
||||||
*/
|
*/
|
||||||
int spdylay_stream_add_pushed_stream(spdylay_stream *stream, int32_t stream_id);
|
int spdylay_stream_add_pushed_stream(spdylay_stream *stream, int32_t stream_id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user