- 06 Sep, 2019 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This reverts commit 8a59ce6d.
-
- 02 Sep, 2019 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 19 Aug, 2019 1 commit
-
-
Tatsuhiro Tsujikawa authored
Reported in https://github.com/nghttp2/nghttp2/issues/1384
-
- 14 Aug, 2019 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 13 Aug, 2019 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 06 Aug, 2019 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fix request stall if backend connection is reused and buffer is full.
-
Tatsuhiro Tsujikawa authored
-
- 01 Aug, 2019 1 commit
-
-
Tatsuhiro Tsujikawa authored
Support building nghttpx with systemd using cmake
-
- 29 Jul, 2019 1 commit
-
-
Andrew Penkrat authored
-
- 22 Jun, 2019 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 11 Jun, 2019 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 10 Jun, 2019 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 07 Jun, 2019 4 commits
-
-
Tatsuhiro Tsujikawa authored
Run nghttpx integration test with cmake build. Autotools build erases artifacts for packaging tests, so we cannot run nghttpx integration test with autotools build at the moment. Relay on go modules to download dependencies.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttpx: Fix unchanged log level on configuration reload
-
- 05 Jun, 2019 1 commit
-
-
Tatsuhiro Tsujikawa authored
Previously, if log-level is not mentioned in configuration file and reload happens, the log level was not set to the default value NOTICE. Instead, the log level stayed the same. This commit fixes this bug.
-
- 30 May, 2019 3 commits
-
-
Tatsuhiro Tsujikawa authored
Travis osx
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 May, 2019 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 18 May, 2019 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 May, 2019 3 commits
-
-
Tatsuhiro Tsujikawa authored
Ignore Content-Length and Transfer-Encoding in 200 response to CONNECT request
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
A well known server sends content-length: 0 in 101 response. RFC 7230 says Content-Length or Transfer-Encoding in 200 response to CONNECT request: https://tools.ietf.org/html/rfc7230#section-3.3.3
-
- 07 May, 2019 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 20 Apr, 2019 3 commits
-
-
Tatsuhiro Tsujikawa authored
It returns NULL if return value is HPE_OK.
-
Tatsuhiro Tsujikawa authored
Replace http-parser with llhttp
-
Tatsuhiro Tsujikawa authored
llhttp does not include URL parser. We extracted URL parser code from http-parser and put it under third-party/url-parser. llhttp bd3d224eb8cdc92c6fc8f508d7bbe0ba266e8e92
-