Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-02-02 23:23:35 +09:00
parent 4030c5ccf5
commit df4a1b8da4
1 changed files with 6 additions and 0 deletions

View File

@ -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);