- 17 Jan, 2014 8 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttp2_session_continue is removed. Now just call nghttp2_session_mem_recv to continue after NGHTTP2_ERR_PAUSE.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Code cleanup is done as well
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 16 Jan, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttp2 library itself now accept octet header/value pairs, completely not restricted by HTTP/1 header name/value rule. The applications may impose restriction about them using validators.
-
Tatsuhiro Tsujikawa authored
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.
-
- 13 Jan, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 12 Jan, 2014 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 11 Jan, 2014 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The input and output data format now use same JSON format used in hpack-test-case.
-
- 10 Jan, 2014 14 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Now require python >= 2.7
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
--enable-src is renamed as --enable-app. Fix build failure if libxml2 is not available.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This will clean up resources allocated in initiate_connection() properly.
-
- 09 Jan, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
They are just RST_STREAMed for now
-
Tatsuhiro Tsujikawa authored
-