- 02 Feb, 2018 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 Jan, 2018 2 commits
-
-
Tatsuhiro Tsujikawa authored
The bug is the same bug fixed by 6deee203, but in response handler.
-
Tatsuhiro Tsujikawa authored
Fix #1119: Overwrite of first header on mruby call to env.req.set_header(..)
-
- 27 Jan, 2018 1 commit
-
-
Dylan Plecki authored
-
- 14 Jan, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Add upgrade-scheme parameter to backend option
-
- 08 Jan, 2018 3 commits
-
-
Tatsuhiro Tsujikawa authored
If "upgrade-scheme" parameter is present in backend option along with "tls" paramter, HTTP/2 :scheme pseudo header field is changed to "https" from "http" when forwarding a request to this particular backend. This is a workaround for a server which requests "https" scheme on HTTP/2 connection encrypted by TLS.
-
Tatsuhiro Tsujikawa authored
Allow PING frame to be sent after GOAWAY
-
Tatsuhiro Tsujikawa authored
-
- 04 Jan, 2018 4 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Remember which resource is pushed
-
Tatsuhiro Tsujikawa authored
nghttpx: Fix missing ALPN validation (--npn-list)
-
Tatsuhiro Tsujikawa authored
This commit fixes the bug that ALPN validation does not occur when ALPN list is not sent from client.
-
Tatsuhiro Tsujikawa authored
Remember which resource is pushed in order to conform to the semantics described in RFC 8297.
-
- 20 Dec, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
src: Define 103 status code
-
Tatsuhiro Tsujikawa authored
-
- 19 Dec, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Dec, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Remove SPDY
-
Tatsuhiro Tsujikawa authored
-
- 15 Dec, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 14 Dec, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This reverts commit f507b5ee. Balancing load is more important at the moment.
-
Tatsuhiro Tsujikawa authored
Fix CMAKE_MODULE_PATH
-
- 06 Dec, 2017 1 commit
-
-
Dmitriy Vetutnev authored
-
- 03 Dec, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Write API request body in temporary file
-
Tatsuhiro Tsujikawa authored
-
- 02 Dec, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Increase api-max-request-body
-
Tatsuhiro Tsujikawa authored
-
- 01 Dec, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Faster configuration loading with lots of backends
-
Tatsuhiro Tsujikawa authored
nghttpx: Fix crash with --backend-http-proxy-uri option
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Use NGHTTP2_REFUSED_STREAM for streams which are closed by GOAWAY
-
Tatsuhiro Tsujikawa authored
-
- 30 Nov, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
The error code NGHTTP2_REFUSED_STREAM is passed to nghttp2_on_stream_close callback when a stream is closed because its stream ID is strictly larger than incoming or outgoing GOAWAY.
-
- 25 Nov, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-