- 18 Apr, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Fix path matching bug
-
Tatsuhiro Tsujikawa authored
Previously, if path is empty or path does not start with "/", nghttpx did not try to match with wildcard pattern. This commit fixes it.
-
- 13 Apr, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Update nghttp2_session.c
-
Tatsuhiro Tsujikawa authored
-
lstefani authored
Add missing free call on error in inflight_settings_new().
-
- 12 Apr, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
Support specifying stream priority via session::submit()
-
Matt Way authored
-
Tatsuhiro Tsujikawa authored
-
- 09 Apr, 2017 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 08 Apr, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commit adds 2 new options to handle X-Forwarded-Proto header field. The --no-add-x-forwarded-proto option makes nghttpx not to append X-Forwarded-Proto value. The --no-strip-incoming-x-forwarded-proto option prevents nghttpx from stripping the header field from client. Previously, nghttpx always strips incoming header field, and set its own header field. This commit preserves this behaviour, and adds additional knobs.
-
Tatsuhiro Tsujikawa authored
This reverts commit 8c0b2c68.
-
Tatsuhiro Tsujikawa authored
This reverts commit 6aa581d2.
-
Tatsuhiro Tsujikawa authored
This reverts commit 82b326e6.
-
- 07 Apr, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 06 Apr, 2017 11 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Add section to promote the build from tar archives.
-
Tatsuhiro Tsujikawa authored
With --single-process option, nghttpx will run in a single process mode where master and worker are unified into one process. nghttpx still spawns additional process for neverbleed. In the single process mode, signal handling is disabled.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commit adds 2 new options to handle X-Forwarded-Proto header field. The --add-x-forwarded-proto option makes nghttpx append X-Forwarded-Proto value. The --strip-incoming-x-forwarded-proto option makes nghttpx to strip the header field from client. Previously, nghttpx always strips incoming header field, and set its own header field. This commit changes this behaviour. Now nghttpx does not strip, and append X-Forwarded-Proto header field by default. The X-Forwarded-For, and Forwarded header fields are also handled in the same way. To recover the old behaviour, use --add-x-forwarded-proto and --strip-incoming-x-forwarded-proto options.
-
- 05 Apr, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 01 Apr, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The namespace shrpx::ssl was also renamed as shrpx::tls.
-
Tatsuhiro Tsujikawa authored
nghttp2::ssl namespace was also renamed as nghttp2::tls.
-