Update doc
This commit is contained in:
parent
0fb7e430d7
commit
779366640a
|
@ -1597,6 +1597,9 @@ void* nghttp2_session_get_stream_user_data(nghttp2_session *session,
|
||||||
* ``NULL`` in the |stream_user_data|, which nullifies the associated
|
* ``NULL`` in the |stream_user_data|, which nullifies the associated
|
||||||
* data pointer.
|
* data pointer.
|
||||||
*
|
*
|
||||||
|
* It is valid to set the |stream_user_data| to the stream reserved by
|
||||||
|
* PUSH_PROMISE frame.
|
||||||
|
*
|
||||||
* This function returns 0 if it succeeds, or one of following
|
* This function returns 0 if it succeeds, or one of following
|
||||||
* negative error codes:
|
* negative error codes:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue