- 16 May, 2014 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
pending_local_max_concurrent_stream is, once local settings applied, becomes NGHTTP2_INITIAL_MAX_CONCURRENT_STREAMS, which is very large number. When adjusting number of streams, we have to take min of local effective SETTINGS_MAX_CONCURRENT_STREAMS and pending one.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Simplified when to send WINDOW_UPDATE to the backend, that is we send WINDOW_UPDATE when input buffer is empty.
-
- 15 May, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
It appears that some Android client does not like Connection: close in 200 CONNECT response. Browsers fine with this header field. It is better to remove it. Squid does not emit it too.
-
- 14 May, 2014 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 13 May, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Also update doc
-
- 12 May, 2014 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
It is generally useful to know what is the cause of the error. Since we expose HPACK API, it is friendly to tell application the insufficient buffer size is a culprit.
-
Tatsuhiro Tsujikawa authored
Hide NGHTTP2_MAX_HEADER_TABLE_SIZE from public API. Now it is defined as ((1u << 31) - 1) in nghttp2_frame.h, which is sufficiently big enough.
-
Tatsuhiro Tsujikawa authored
-
https://github.com/alagoutte/nghttp2Tatsuhiro Tsujikawa authored
Merge branch 'add_check_compile_flag' of https://github.com/alagoutte/nghttp2 into alagoutte-add_check_compile_flag
-
- 11 May, 2014 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Use this macro in Python sources. Python module constant HD_DEFLATE_HD_TABLE_BUFSIZE_MAX was renamed as DEFLATE_MAX_HEADER_TABLE_SIZE since the previous name was awkward.
-
Tatsuhiro Tsujikawa authored
-
Alexis La Goutte authored
* -Wpragmas * -Wunreachable-code * -Wpedantic * -Waddress * -Wattributes * -Wdiv-by-zero * -Wheader-guard
-
Alexis La Goutte authored
It's fix the build with Clang and --enable-werror, don't support -WClobberred and display error about unknown warning option error: unknown warning option '-Wclobbered'; did you mean '-Wconsumed'? [-Werror,-Wunknown-warning-option]
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 10 May, 2014 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 09 May, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-