- 22 Aug, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 20 Aug, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Aug, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 15 Aug, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 12 Aug, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 10 Aug, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
If multiple required headers (e.g., :path) found, return HTTP 400 error. Fix util::strieq(a,b,n) where boundary of b is not checked in the loop.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This may be useful to the misbehaving implementation, but it could result in lots of RST_STREAM, so just ignore it for now.
-
- 09 Aug, 2013 9 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Add this check in nghttp2_submit_{priority, window_update, data, push_promise}.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Simply it does not work as expected.
-
- 08 Aug, 2013 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Now NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE is split into 2 options: NGHTTP2_OPT_NO_AUTO_STREAM_WINDOW_UPDATE and NGHTTP2_OPT_NO_AUTO_CONNECTION_WINDOW_UPDATE. This is preparation for the upcoming removal of END_FLOW_CONTROL flag. For nghttpx, instead of using END_FLOW_CONTROL to disable connection-level flow control, increase window size by large enough value, which is friendly way to current chromium implementation.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Rename window_size in nghttp2_stream as remote_window_size.
-
- 07 Aug, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
Fix the bug that connection-level local window is not updated for the data is the last part of the stream. For the stream level window may ignore this, connection-level window must be updated. Also this change fixes the bug that connection-level window is not updated for the ignored DATA frames.
-
Tatsuhiro Tsujikawa authored
-
- 06 Aug, 2013 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The max length of header block is not used right now. It will be used when header continuation is implemented.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-