- 22 Sep, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 20 Sep, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 19 Sep, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
The error message was: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160118/147239.html
-
- 18 Sep, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Sep, 2016 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 15 Sep, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 14 Sep, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Previously we wrongly handles stream per connection when h2 backend failed or closed. If upstream is h2 or spdy, streams which are not associated to the failed h2 backend are also handled, which is unnecessary.
-
- 12 Sep, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 11 Sep, 2016 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttp2_option_set_max_deflate_dynamic_table_size function sets the maximum dynamic table size for header block deflater. The default value is 4KiB.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Move DATA frame handling code to switch-case of frame type.
-
Tatsuhiro Tsujikawa authored
-
- 10 Sep, 2016 11 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
tls_sni returns TLS SNI value which client sent in this TLS connection.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We added --frontend-http2-window-size, --frontend-http2-connection-window-size, --backend-http2-window-size, and --backend-http2-connection-window-size option to replace existing *-bits options. The old options are not flexible because they only specify number of bits. Now we can specify integer value, with possible g, m, and k unit. The old options are still available for backend compatibility, but are deprecated.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This also fixes LT revision in CMakeLists.txt, which was not updated in v1.14.0 release.
-
- 09 Sep, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
Revert part of 16c46114 to fix race condition that incoming stream after sending GOAWAY causes connection error. The strict stream handling introduced in the above commit does not handle several cases well (e.g., GOAWAY race, and refusing streams because of concurrency limit).
-
- 08 Sep, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 04 Sep, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
std::make_shared in Xcode 7, 7.1, and 7.2 does not perform value-initialization, and causes undefined behaviour if struct does not have user defined default constructor. This workaround explicitly defines user defined default constructor, and initializes values.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-