- 19 Jan, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
4ed4efc2 does not disable TLS renegotiation at all, if client keeps rengotiations without sending application data. In this change, we intercept the raw incoming data from the client and if it is a renegotiation, drop the connection immediately.
-
Tatsuhiro Tsujikawa authored
-
- 18 Jan, 2014 11 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Remove the check to see that stream exists at the time when submitting DATA, PRIORITY and WINDOW_UPDATE. We will do this check when we actually serialize and send them off to the network (or application provided buffer).
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Jan, 2014 12 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
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.
-