- 17 Jan, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Benedikt Christoph Wolters authored
Fix authority for --get-assets if IP adress is used in conjunction with user-defined :authority header
-
- 14 Jan, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 13 Jan, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
--accesslog-write-early option is analogous to HAProxy's logasap. If used, nghttpx writes access log when response header fields are received from backend rather than when request transaction finishes.
-
- 11 Jan, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
access.log timestamp is now when request header fields are received, rather than when access log is written.
-
- 09 Jan, 2017 18 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttpx: Use Memchunk based read buffer for frontend connection
-
- 08 Jan, 2017 11 commits
-
-
Tatsuhiro Tsujikawa authored
Previously, we have dedicated read buffer for each frontend connection. With this commit, the buffer spaces are only used when needed, and pooled if they are not used. This reduces memory usage for idle client connections.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Mention client-ciphers, and no-http2-cipher-black-list options in psk-secrets and client-psk-secrets options.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Previously, ciphers option sets cipher list for both frontend and backend TLS connections. With this commit, ciphers option only sets cipher list for frontend connections. The new client-ciphers option sets cipher list for backend connection.
-
Tatsuhiro Tsujikawa authored
This commit adds client-no-http2-cipher-black-list option to disable enforcement of HTTP/2 cipher black list on backend HTTP/2 connection. Previously, existing no-http2-cipher-black-list option disables it for both frontend and backend connections. Now no-http2-cipher-black-list option only disables it for frontend connection.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Because of the redundant check in backend HTTP/2 session, no-http2-cipher-black-list does not work on backend HTTP/2 connection. This commit fixes it.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 07 Jan, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 06 Jan, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-