Tatsuhiro Tsujikawa
c13a66d26f
nghttpx: Client always uses simpler TLS handshake
2022-05-08 10:31:55 +09:00
Tatsuhiro Tsujikawa
992181a0de
Merge pull request #1702 from nghttp2/ktls
...
nghttp, nghttpd, nghttpx: Add ktls support
2022-05-07 20:59:11 +09:00
Tatsuhiro Tsujikawa
09344eb1ad
nghttp, nghttpd, nghttpx: Add ktls support
2022-05-07 18:53:59 +09:00
Tatsuhiro Tsujikawa
0f1cba2af5
Bump ngtcp2 and nghttp3 in Dockerfile
2022-05-07 11:22:23 +09:00
Tatsuhiro Tsujikawa
cf78f476b8
Merge pull request #1701 from nghttp2/bump-quictls
...
Bump quictls
2022-05-07 11:20:56 +09:00
Tatsuhiro Tsujikawa
846b0c076f
Bump quictls
2022-05-07 10:54:51 +09:00
Tatsuhiro Tsujikawa
f5757aa18d
Merge pull request #1698 from nghttp2/bump-ngtcp2
...
Bump ngtcp2 and nghttp3
2022-04-25 23:18:30 +09:00
Tatsuhiro Tsujikawa
80c09ea4db
Run build on PR
2022-04-25 22:54:18 +09:00
Tatsuhiro Tsujikawa
6b33fa3417
Bump ngtcp2 and nghttp3
2022-04-25 22:52:21 +09:00
Tatsuhiro Tsujikawa
9ba95c9706
Merge pull request #1697 from nghttp2/add-go-mod
...
Add go.mod
2022-04-25 22:51:54 +09:00
Tatsuhiro Tsujikawa
7b14706f03
Add go.mod
2022-04-25 22:28:14 +09:00
Tatsuhiro Tsujikawa
bfd08a46ec
Merge pull request #1695 from nghttp2/fix-perf-regression
...
nghttpx, h2load: Fix QUIC performance regression
2022-04-06 21:08:45 +09:00
Tatsuhiro Tsujikawa
3b84147f45
nghttpx, h2load: Fix QUIC performance regression
2022-04-06 19:42:01 +09:00
Tatsuhiro Tsujikawa
f277dafe1e
Bump macos
2022-04-03 22:03:34 +09:00
Tatsuhiro Tsujikawa
aca0573bed
Bump clang-format to 14
2022-04-03 22:03:34 +09:00
Tatsuhiro Tsujikawa
8d4c9e4345
Merge pull request #1693 from nghttp2/bump-ngtcp2
...
Bump ngtcp2 and nghttp3
2022-04-03 22:02:21 +09:00
Tatsuhiro Tsujikawa
80a93ddaf8
Bump ngtcp2 and nghttp3
2022-04-03 21:27:40 +09:00
Tatsuhiro Tsujikawa
3ab7cf375c
Merge pull request #1689 from nghttp2/bump-quictls
...
Bump quictls
2022-03-25 21:49:16 +09:00
Tatsuhiro Tsujikawa
a3fbd5ad73
Bump quictls
2022-03-25 21:28:31 +09:00
Tatsuhiro Tsujikawa
f2d1cc1a7a
Merge pull request #1685 from nghttp2/nghttpx-affinity-cookie-stickiness
...
nghttpx: Add affinity-cookie-stickiness backend parameter
2022-03-21 18:24:45 +09:00
Tatsuhiro Tsujikawa
5ded01e288
nghttpx: Add affinity-cookie-stickiness backend parameter
2022-03-20 11:30:32 +09:00
Tatsuhiro Tsujikawa
3ec588bb54
Merge pull request #1683 from nghttp2/nghttpx-fix-session-affinity
...
nghttpx: Fix broken session affinity
2022-03-15 21:07:40 +09:00
Tatsuhiro Tsujikawa
470f06e5f6
nghttpx: Fix broken session affinity
...
Session affinity has been broken since
fdcdb21c38
. This commit reverts the
relevant part of the commit to fix the session affinity.
2022-03-15 19:35:49 +09:00
Tatsuhiro Tsujikawa
a10bb832fd
Merge pull request #1680 from nghttp2/fix-stream-stall
...
Fix stream stall when initial window size is decreased
2022-03-13 19:24:32 +09:00
Tatsuhiro Tsujikawa
be16a24fcc
Merge pull request #1682 from nghttp2/http3-amplification
...
nghttpx: Limit CONNECTION_CLOSE and Retry under server amplification …
2022-03-13 18:27:20 +09:00
Tatsuhiro Tsujikawa
2f5ec66a65
nghttpx: Limit CONNECTION_CLOSE and Retry under server amplification limit
2022-03-12 19:48:31 +09:00
Tatsuhiro Tsujikawa
7c3e9152ce
Merge pull request #1681 from nghttp2/no-app-libs-check
...
Do not check application libraries if --enable-lib-only is given
2022-03-12 19:44:45 +09:00
Tatsuhiro Tsujikawa
37ad3462d2
Do not check application libraries if --enable-lib-only is given
2022-03-12 19:24:04 +09:00
Tatsuhiro Tsujikawa
129daeff6f
Fix stream stall when initial window size is decreased
...
Fix the bug that causes a stream to stall when a receiver, which
enables nghttp2_option_set_no_auto_window_update() option on, sends
SETTINGS_INITIAL_WINDOW_SIZE with the value that is less than or equal
to the amount of data received. Previously, in this particular case,
when SETTINGS is acknowledged by the sender, the receiver does not try
to send WINDOW_UPDATE frame. The sender is unable to send more data
because its stream-level window size is smaller than or equal to the
amount of data it has sent.
2022-03-12 17:05:42 +09:00
Tatsuhiro Tsujikawa
072784c9ee
Bump ngtcp2
2022-02-28 19:07:33 +09:00
Tatsuhiro Tsujikawa
89431f1727
Bump package version to 1.48.0-DEV
2022-02-23 17:15:04 +09:00
Tatsuhiro Tsujikawa
d9f580c3cb
Update doc
...
Bring back clang because we need it to compile bpf program.
2022-02-23 17:08:04 +09:00
Tatsuhiro Tsujikawa
f6b05a0111
Update doc
2022-02-23 17:01:00 +09:00
Tatsuhiro Tsujikawa
0353da4605
Update bash_completion
2022-02-23 16:49:24 +09:00
Tatsuhiro Tsujikawa
039ff29a2f
Update manual pages
2022-02-23 16:49:04 +09:00
Tatsuhiro Tsujikawa
385a28c7f1
Update doc
...
rlimit-memlock is not required anymore.
2022-02-23 16:46:56 +09:00
Tatsuhiro Tsujikawa
89e49f1066
Dockerfile: Pin ngtcp2 and nghttp3 versions
2022-02-23 16:41:17 +09:00
Tatsuhiro Tsujikawa
abd6bb6818
Bump package and library versions
2022-02-23 16:25:44 +09:00
Tatsuhiro Tsujikawa
ad2fbea087
Update AUTHORS
2022-02-23 16:23:58 +09:00
Tatsuhiro Tsujikawa
47cc36969a
Bump libbpf in Dockerfile
2022-02-21 22:18:25 +09:00
Tatsuhiro Tsujikawa
830cf1e294
Bump libbpf to v0.7.0 and turn on all strict features
2022-02-21 22:06:30 +09:00
Tatsuhiro Tsujikawa
a22f2cfcc8
Bump ngtcp2 and nghttp3
2022-02-19 18:14:18 +09:00
Tatsuhiro Tsujikawa
f3d4b4f846
nghttpx: Fix bug that h3 stream ends prematurely
2022-02-18 23:08:47 +09:00
Tatsuhiro Tsujikawa
a6537cb9ce
Fix compile error
2022-02-12 11:45:24 +09:00
Tatsuhiro Tsujikawa
79524471b4
nghttpx: Add --require-http-scheme option
2022-02-12 11:39:52 +09:00
Tatsuhiro Tsujikawa
a67822b382
Bump llhttp to v6.0.6
2022-02-10 21:53:23 +09:00
Tatsuhiro Tsujikawa
79da3fdedc
Revert "Bump llhttp to 836430e892862ed6462f6197417eba8e17378956"
...
This reverts commit b5d74d7c9d
.
2022-02-10 21:51:18 +09:00
Tatsuhiro Tsujikawa
b5d74d7c9d
Bump llhttp to 836430e892862ed6462f6197417eba8e17378956
2022-02-10 21:34:15 +09:00
Tatsuhiro Tsujikawa
385abf10f7
nghttpx: Add support QUIC BBR2
2022-02-10 19:45:30 +09:00
Tatsuhiro Tsujikawa
f3206b12d5
Update doc
2022-02-10 19:38:23 +09:00