Update doc
This commit is contained in:
parent
a93e04c6f8
commit
dc791a641d
|
@ -1206,12 +1206,9 @@ typedef int (*nghttp2_on_data_chunk_recv_callback)
|
||||||
/**
|
/**
|
||||||
* @functypedef
|
* @functypedef
|
||||||
*
|
*
|
||||||
* Callback function invoked before the non-DATA frame |frame| is
|
* Callback function invoked just before the non-DATA frame |frame| is
|
||||||
* sent. This may be useful, for example, to know the stream ID of
|
* sent. The |user_data| pointer is the third argument passed in to
|
||||||
* HEADERS and PUSH_PROMISE frame (see also
|
* the call to `nghttp2_session_client_new()` or
|
||||||
* `nghttp2_session_get_stream_user_data()`), which is not assigned
|
|
||||||
* when it was queued. The |user_data| pointer is the third argument
|
|
||||||
* passed in to the call to `nghttp2_session_client_new()` or
|
|
||||||
* `nghttp2_session_server_new()`.
|
* `nghttp2_session_server_new()`.
|
||||||
*
|
*
|
||||||
* The implementation of this function must return 0 if it succeeds.
|
* The implementation of this function must return 0 if it succeeds.
|
||||||
|
|
Loading…
Reference in New Issue