Skip to content
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

net/http: something about 100-continue #9735

Closed
gzw13999 opened this issue Jan 30, 2015 · 4 comments
Closed

net/http: something about 100-continue #9735

gzw13999 opened this issue Jan 30, 2015 · 4 comments

Comments

@gzw13999
Copy link

If client http header contain Expect: 100-continue

client post multipart/form-data Sometimes there will be
"multipart: Part Read: WSARecv tcp ..138.250:80: i/o timeout" ParseMultipartForm(102400) -> /mime/multipart/multipart.go 239
This is immediately returned error.
Did not arrive ReadTimeout

The same service, the same machine, open the IIS running do not have this problem.

@adg adg changed the title Expect: 100-continue Doubt!!! net/http: something about 100-continue Jan 30, 2015
@adg
Copy link
Contributor

adg commented Jan 30, 2015

I'm having trouble understanding your problem. Can you rephrase?

@rsc
Copy link
Contributor

rsc commented Apr 10, 2015

Duplicate of #3665?
Brad, if so, and you don't want to fix this now, change to milestone Unplanned.

@rsc rsc added this to the Go1.5Maybe milestone Apr 10, 2015
@anacrolix
Copy link
Contributor

I think this is a duplicate. Any use of Expect: 100-continue in client code is currently not going to work the way expected and OP calls this out immediately.

@bradfitz
Copy link
Contributor

Closing as duplicate of #3665

@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants