Open
Description
I've seen fairly easily reproducible behaviour with HEAD requests where if caching is enabled on HEAD requests I get a HTTP/2 stream error:
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* Connection state changed (MAX_CONCURRENT_STREAMS == 250)!
* http2 error: Invalid HTTP header field was received: frame type: 1, stream: 1, name: [content-length], value: []
* HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
* stopped the pause stream!
If I turn off HEAD caching with allowed_http_verbs GET
, requests go through fine.
No errors in the caddy logs themselves. Any chance this handler is duplicating content-length headers?
Metadata
Metadata
Assignees
Labels
No labels