trillium-http-v1.3.1
·
77 commits
to main
since this release
Fixed
- HTTP/2 server: an HTTP/2 response could end with a stream reset instead of its trailing headers when the client hadn't finished sending its request before the response completed. Under load this dropped trailers. The server now waits for the client to finish its half of the stream before closing, so the trailers arrive intact.