- Add HTTP2 HPACK Encoding Support.
- Add Dynamic TLS Record support.
Test pass: 1.21.0
- Add HTTP3(QUIC) Support.
- For OCSP stapling, maybe you need this.
- Add HTTP2 HPACK Encoding Support.
- Add Dynamic TLS Record support.
Require: Nginx 1.19.7 or later.
Test pass: 1.21.0 with cloudflare/quiche@5afe288
nginx_with_quic_for_1.19.6.patch
is required to support Nginx versions lower than 1.19.7, cause post_accept_timeout
had been removed by Nginx since 1.19.7.
- Revert
nginx_with_quic.patch
to support Nginx versions lower than 1.19.7. - Patch
nginx_with_quic.patch
first, then patch this one.
Test pass: 1.19.6 with nginx_with_quic.patch@ec8cac4 & cloudflare/quiche@fca5e9a
- Use the OpenSSL library instead of the Nginx original function.
- Repack it because "patch unexpectedly ends in middle of line".
- Thanks @CarterLi
Test pass: 1.21.0
- For BoringSSL support OCSP stapling.
Test pass: 1.21.0
- Add SPDY Support.
- Add HTTP2 HPACK Encoding Support.
- Add Dynamic TLS Record support.
Test pass: 1.17.9
- Add SPDY Support.
- Add HTTP3(QUIC) Support.
- Add HTTP2 HPACK Encoding Support.
- Add Dynamic TLS Record support.
Test pass: 1.17.9 with cloudflare/quiche@9a8b3b
- FLV/RTMP Extensions For FFmpeg.
- Add FLV Encode/Decode with H.265/HEVC & OPUS Codec Support.
- Add RTMP Stream Push with H.265/HEVC & OPUS Codec Support.
- Thanks @xia-chu.
Test pass: 4.3.1
- For Dropbox Linux users. This patch could let official python script auto-load
libdropbox_fs_fix.so
library before start dropboxd.- Using Dropbox filesystem fix for Linux Repo and make
libdropbox_fs_fix.so
. - After compiled, copy
libdropbox_fs_fix.so
to$HOME/.dropbox-dist/libdropbox_fs_fix.so
. - Download Dropbox official python script, put it with patch file together.
- Patch, enjoy.
- Using Dropbox filesystem fix for Linux Repo and make
Test pass: 2019.02.14 version
让Nginx使用BoringSSL时支持OCSP Stapling