nghttp2/examples
Tatsuhiro Tsujikawa e186e01933 Replace on_end_headers_callback with on_begin_headers_callback
Previously, there is inconsistency when on_frame_recv_callback
is called between HEADERS/PUSH_PROMISE and the other frames.
For former case, it is called before header block, in latter
case, it is called after whole frame is received. To make it
consistent, we call on_frame_recv_callback for HEADERS/PUSH_PROMISE
after its frame is fully received. Since on_frame_recv_callback
can signal the end of header block, we replaced on_end_headers_callback
with on_begin_headers_callback, which is called when the reception
of the header block is started.
2014-01-29 21:23:13 +09:00
..
.gitignore Update .gitignore 2014-01-11 01:05:42 +09:00
Makefile.am Move http-parser to third-party dir and fix `make distcheck` 2014-01-11 00:36:20 +09:00
client.c Fix :host header bug 2013-12-31 20:51:34 +09:00
libevent-client.c Replace on_end_headers_callback with on_begin_headers_callback 2014-01-29 21:23:13 +09:00
libevent-server.c Replace on_end_headers_callback with on_begin_headers_callback 2014-01-29 21:23:13 +09:00