fix(rustproxy): add HTTP/3 integration test for QUIC response stream FIN handling

This commit is contained in:
2026-03-20 07:43:32 +00:00
parent c63f6fcd5f
commit 8e0804cd20
5 changed files with 213 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-20 - 25.17.5 - fix(rustproxy)
add HTTP/3 integration test for QUIC response stream FIN handling
- adds an integration test covering HTTP/3 proxying over QUIC with TLS termination
- verifies response bodies fully arrive and the client receives stream termination instead of hanging
- adds test-only dependencies for quinn, h3, h3-quinn, rustls, bytes, and http
## 2026-03-20 - 25.17.4 - fix(rustproxy-http)
prevent HTTP/3 response body streaming from hanging on backend completion