fix(rustproxy-http): disable HTTP/3 GREASE for client and server connections

This commit is contained in:
2026-03-20 07:48:26 +00:00
parent bfcf92a855
commit 7217e15649
4 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-20 - 25.17.6 - fix(rustproxy-http)
disable HTTP/3 GREASE for client and server connections
- Switch the HTTP/3 server connection setup to use the builder API with send_grease(false)
- Switch the HTTP/3 client handshake to use the builder API with send_grease(false) to improve compatibility
## 2026-03-20 - 25.17.5 - fix(rustproxy)
add HTTP/3 integration test for QUIC response stream FIN handling