- 27 Feb, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 26 Feb, 2014 4 commits
-
-
Tatsuhiro Tsujikawa authored
automake version is a bit picky about installation location and uses different compiler flags from distutils. We prefer official distutils. Now nghttp2.c, which is generated by cython, is distributed in archive.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Doing inflation after error produces invalid results, especially, if it is in NGHTTP2_HD_STATE_READ_INDEX, the inflater->left could be 0, which causes assertion error. Add sanity assertion for index
-
Tatsuhiro Tsujikawa authored
-
- 25 Feb, 2014 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 24 Feb, 2014 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The statistics of pushed resources are also calculated.
-
Tatsuhiro Tsujikawa authored
This is very useful to associate application specific data to promised stream. nghttp2_nv_array_copy now does not complain the header field is large.
-
- 22 Feb, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 21 Feb, 2014 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 20 Feb, 2014 7 commits
-
-
Tatsuhiro Tsujikawa authored
Add --enable-strict-http-parser mode to enable it.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Exceeding ACKed max concurrent streams results in connection error. This change fixes the bug that num_{incoming,outgoing}_streams is decremented wrongly if a stream is in reserved state and RST_STREAM is send and its state is changed to NGHTTP2_STREAM_CLOSING. This change also fixes the bug that transmission of push response HEADERS does not increase num_outgoing_streams.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 19 Feb, 2014 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Patch from Dave Beckett
-
- 18 Feb, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This function behaves like nghttp2_session_send(), but it does not use nghttp2_send_callback to send data. Instead, it returns the serialized data to trasmit and its length to the caller.
-
- 16 Feb, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-