-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: seeing INTERNAL_ERROR #26338
Comments
Why did you close it? |
The issue was with the server |
Should have read the Documentation earlier. I was not giving the |
I think the It would have been nice if the |
I know this is closed, but I was hoping for a nice repro of INTERNAL_ERROR to understand googleapis/google-cloud-go#987 better. When I follow the instructions in the gist using go1.10.3 on linux/amd64, I see
|
Sorry, spoke too soon. That happens with HTTP. I do see INTERNAL_ERROR with HTTPS. |
That happens when the body of http request is large enough(eg: 200kb) and the server do not read the body. |
It seems it is necessary to drain the request body in some situations when using http/2 otherwise it can cause stream errors. See golang/go#26338
Please answer these questions before submitting your issue. Thanks!
See #22235
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
)?What did you do?
If possible, provide a recipe for reproducing the error.
Yes. gist with minimal reproduction steps
What did you expect to see?
File upload over slow connections should have been successful.
What did you see instead?
The text was updated successfully, but these errors were encountered: