-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b12
https://datatracker.ietf.org/doc/html/rfc7231#section-5.1.1
says that the client should not wait indefinitely before sending the body data if it doesn't receive any response from the server.
This is mostly to interoperate correctly with HTTP/1.0 intermediaries. Should we set up a timeout for 100 and proceed with sending the body if no response comes from the server regardless of the HTTP version of the request?
says that the client should not wait indefinitely before sending the body data if it doesn't receive any response from the server.
This is mostly to interoperate correctly with HTTP/1.0 intermediaries. Should we set up a timeout for 100 and proceed with sending the body if no response comes from the server regardless of the HTTP version of the request?
- relates to
-
JDK-8012625 Incorrect handling of HTTP/1.1 " Expect: 100-continue " in HttpURLConnection
- Closed
-
JDK-8286171 HttpClient/2 : Expect:100-Continue blocks indefinitely when response is not 100
- Closed
-
JDK-8054022 HttpURLConnection timeouts with Expect: 100-Continue and no chunking
- Closed
- links to
-
Commit(master) openjdk/jdk/01d03e07
-
Review(master) openjdk/jdk/20525
There are no Sub-Tasks for this issue.