diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index a2b1f561..b9deea9a 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -946,6 +946,11 @@ typedef struct { int32_t window_size_increment; } nghttp2_window_update; +/** + * @struct + * + * The extension frame. It has following members: + */ typedef struct { /** * The frame header. @@ -1789,9 +1794,6 @@ ssize_t nghttp2_session_mem_send(nghttp2_session *session, * invalid, * :member:`nghttp2_session_callbacks.on_invalid_frame_recv_callback` * 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 * negative error codes: