mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
0e4b3d435ed30c6f3add95bb3cb6fc1864739979
Now, in nghttp2_on_frame_recv_callback, nva and nvlen in HEADERS and PUSH_PROMISE frames are always NULL and 0 respectively. The header name/value pairs are emitted successive nghttp2_on_header_callback functions. The end of header fields are signaled with nghttp2_on_end_headers_callback function. Since NGHTTP2_ERR_PAUSE for nghttp2_on_frame_recv_callback is introduced to handle header block, it is now deprecated. Instead, nghttp2_on_header_callback can be paused using NGHTTP2_ERR_PAUSE.
See README.rst
Languages
C++
51.6%
C
38.3%
Go
4.1%
Python
1.8%
M4
1.7%
Other
2.5%