mirror of
https://github.com/moparisthebest/spdylay
synced 2024-11-16 06:25:04 -05:00
Updated doc
This commit is contained in:
parent
4030c5ccf5
commit
df4a1b8da4
@ -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
|
||||
* server-pushed stream is associated to this stream. This function
|
||||
* 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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user