| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Previously, http.client would always send content body immediately and ignore any 100 responses. This change makes HTTPClient.request() wait for a `Continue` response if the `Expect: 100-Continue` header is set, and adds a parameter to HTTPClient.getresponse() that will cause it to return 100 responses instead of eating them.
|
This PR is intended to be backwards-compatible, but I have identified two potential edge cases:
|
Sorry, something went wrong.
|
Is there an update on this one, its been in open state for couple of years and I too have been hitting this and wanting to see when this would be merged |
Sorry, something went wrong.
|
Just bumping. Is this PR on consideration for getting merged? Or, are there any other plans for #42550 ? I am encountering this problem at work. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Hi, @tbartlett0 |
Sorry, something went wrong.
|
Tim would need to (re-)sign the CLA. |
Sorry, something went wrong.
|
Hi, I haven't touched this since it was submitted, since there seemed to be limited interest and I ended up working around it in other ways. If someone else wants to take it on I have no problem with that (either using my code or rewriting their own, there might be a better way to achieve it) |
Sorry, something went wrong.
|
@IngridMorstrad |
Sorry, something went wrong.
|
I don't have permissions here, so created a new PR: #133276 |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Previously, http.client would always send content body immediately and ignore any 100 responses. This change makes HTTPClient.request() wait for a Continue response if the Expect: 100-Continue header is set, and adds a parameter to HTTPClient.getresponse() that will cause it to return 100 responses instead of eating them.
https://bugs.python.org/issue1346874