- 18 Jan, 2019 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-[0-9] is valid option, but we don't use them so far and don't want to mark integer -1 as option.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Jan, 2019 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Now http_parser_parse_url returns nonzero if empty URI is given.
-
Tatsuhiro Tsujikawa authored
-
- 14 Jan, 2019 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Pool HTTP/1.1 backend connection per address and reuse it only when the next round robin index refers to this address. Previously if there is a pooled connection, there is no round robin selection.
-
Tatsuhiro Tsujikawa authored
-
- 11 Jan, 2019 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 05 Jan, 2019 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fix getting long serial numbers for openssl < 1.1
-
Tatsuhiro Tsujikawa authored
Add a CMake option to disable shared library
-
- 03 Jan, 2019 1 commit
-
-
Josh Braegger authored
From https://www.ietf.org/rfc/rfc5280.txt > As noted in Section 4.1.2.2, serial numbers can be expected to > contain long integers. Certificate users MUST be able to handle > serialNumber values up to 20 octets in length. Conforming CAs MUST > NOT use serialNumber values longer than 20 octets. Without this, nghttpx will fatal. jbraeg$ openssl x509 -in ~/test_certs/client.crt -serial -noout serial=E0CFDFC7CEA10DF8AAF715C37FAEB410 jbraeg$ curl -k --key ~/test_certs/client.key --cert ~/test_certs/client.crt https://192.168.98.100:3000/; echo curl: (56) Unexpected EOF ... Assertion failed: n == b.size() (shrpx_tls.cc: get_x509_serial: 2051) 2019-01-03T20:25:21.289Z 1 1 f84316ae NOTICE (shrpx_log.cc:895) Worker process: [9] exited abnormally with status 0x06; exit status 0; signal Aborted(6) 2019-01-03T20:25:21.290Z 1 1 f84316ae NOTICE (shrpx.cc:4311) Shutdown momentarily
-
- 27 Dec, 2018 1 commit
-
-
Brendan Heinonen authored
Signed-off-by: Brendan Heinonen <brendan@heinonen.co>
-
- 26 Dec, 2018 2 commits
-
-
Tatsuhiro Tsujikawa authored
Travis: Update to Xenial
-
Alexis La Goutte authored
clang-7 is enable by default
-
- 25 Dec, 2018 2 commits
-
-
Alexis La Goutte authored
Xenial is now available with Travis CI https://blog.travis-ci.com/2018-11-08-xenial-release
-
Tatsuhiro Tsujikawa authored
-
- 11 Dec, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 09 Dec, 2018 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttpx allows a pattern with trailing slash to match a request path without it. Previously, under certain pattern registration, this does not work.
-
- 23 Nov, 2018 10 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
dawg authored
-
Tatsuhiro Tsujikawa authored
-
Pedro Santos authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 18 Nov, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 15 Nov, 2018 3 commits
-
-
Tatsuhiro Tsujikawa authored
h2load: Handle HTTP/1 non-final response
-
Tatsuhiro Tsujikawa authored
cmake: Fix libevent version detection
-
Tatsuhiro Tsujikawa authored
-