-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/net/http2: ignore unknown 1xx responses like HTTP/1 #26189
Labels
Milestone
Comments
bradfitz
added
the
NeedsFix
The path to resolution is known, but the work has not been done.
label
Jul 2, 2018
Change https://golang.org/cl/123615 mentions this issue: |
gopherbot
pushed a commit
to golang/net
that referenced
this issue
Jul 12, 2018
Updates golang/go#26189 (fixes after vendor into std) Updates golang/go#17739 Change-Id: I076cdbb57841b7dbbaa764d11240913bc3a8b05d Reviewed-on: https://go-review.googlesource.com/123615 Reviewed-by: Ian Lance Taylor <[email protected]>
Change https://golang.org/cl/123675 mentions this issue: |
gopherbot
pushed a commit
to golang/net
that referenced
this issue
Jul 12, 2018
I both forgot that this list could contain duplicates, and I had forgot to run the net/http tests against CL 123615 before mailing it, which ended up catching this bug. The diff of this file from the commit before CL 123615 (a45b4ab^ == cffdcf6) to this commit is: https://gist.github.com/bradfitz/0b7abf8fa421515aed9c4d55ce3a1994 ... effectively reverting much of CL 123615 and just moving the 1xx handling down lower. Updates golang/go#26189 (fixes after vendor into std) Updates golang/go#17739 Change-Id: Ib63060b0bb9721883b4b91a983b6e117994faeb9 Reviewed-on: https://go-review.googlesource.com/123675 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]>
Change https://golang.org/cl/123676 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
We should do the same as #17739 but for http2.Transport, so HTTP/1 and HTTP/2 are in sync behavior-wise for Go 1.11.
The text was updated successfully, but these errors were encountered: