0e4b3d435e
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. |
||
---|---|---|
.. | ||
nghttp2 | ||
Makefile.am |