You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
did you test your code using http/2 instead http/1 with ssl?
For the record, sending Content-Length: 0 with 204 status code is a violation against RFC 7230 (See https://tools.ietf.org/html/rfc7230#section-3.3.2). We implemented this in nghttp2 v1.17.0. But user reported that some widely used service sends Content-Length:0 with 204 code (#735).
We workaround this by simply discarding such header field in upcoming nghttp2 v1.18.0.
i ve got this error with http/2 when testing blocking curl
curl -A "80legs" http://yourdomain.com
HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
is it an error or a normal output?
The text was updated successfully, but these errors were encountered: