Update doc
This commit is contained in:
parent
21c4931197
commit
f0f5342cd4
|
@ -946,6 +946,11 @@ typedef struct {
|
||||||
int32_t window_size_increment;
|
int32_t window_size_increment;
|
||||||
} nghttp2_window_update;
|
} nghttp2_window_update;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct
|
||||||
|
*
|
||||||
|
* The extension frame. It has following members:
|
||||||
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/**
|
/**
|
||||||
* The frame header.
|
* The frame header.
|
||||||
|
@ -1789,9 +1794,6 @@ ssize_t nghttp2_session_mem_send(nghttp2_session *session,
|
||||||
* invalid,
|
* invalid,
|
||||||
* :member:`nghttp2_session_callbacks.on_invalid_frame_recv_callback`
|
* :member:`nghttp2_session_callbacks.on_invalid_frame_recv_callback`
|
||||||
* is invoked.
|
* is invoked.
|
||||||
* 4. If the received frame type is unknown,
|
|
||||||
* :member:`nghttp2_session_callbacks.on_unknown_frame_recv_callback`
|
|
||||||
* is invoked.
|
|
||||||
*
|
*
|
||||||
* This function returns 0 if it succeeds, or one of the following
|
* This function returns 0 if it succeeds, or one of the following
|
||||||
* negative error codes:
|
* negative error codes:
|
||||||
|
|
Loading…
Reference in New Issue