- 11 Jun, 2019 3 commits
-
-
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
-
- 18 Apr, 2019 10 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Upgrade mruby
-
Tatsuhiro Tsujikawa authored
asio: support boost-1.70
-
Tatsuhiro Tsujikawa authored
mruby minirake does not like CXX="clang++-7 -std=c++14" because it expects CXX to be an executable. To workaround this, split CXX so that CXX becomes a single word and move the rest of words to CXXFLAGS.
-
Tatsuhiro Tsujikawa authored
-
Adam Gołębiowski authored
In boost 1.70, deprecated get_io_context() has finally been removed. Introduce GET_IO_SERVICE macro that based on boost version uses old get_io_service() interface (boost < 1.70), or get_executor().context() for boost 1.70+. Commit based idea seen in monero-project/monero@17769db9462e5201befcb05f86ccbaeabf35caf8
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 16 Apr, 2019 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fix bug that altered authority and path by per-pattern mruby script affect backend selection on retry.
-
- 15 Apr, 2019 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-