x/net/http2: Spec conformance fails #38647
Closed
Comments
Thanks for the report.
Overall it seems that of the 4 violations, one is actually not a violation and for the other 3 we already have specific issues tracking them. |
Will close this issue thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I ran
h2spec -p 8443 -k -t
against a minimal http.ListenAndServeTLS . Will post code once I've cleaned it up for a minimal test case.Details in go.mod are as follows:
main.go (it's basically the echo handler)
What did you expect to see?
All tests to pass.
What did you see instead?
The following summary of failures:
The results summary was
145 tests, 137 passed, 4 skipped, 4 failed
Full output:
The text was updated successfully, but these errors were encountered: