-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 24
-
Component/s: core-libs
`java.net.http.HttpClient` would previously timeout if a server didn’t respond to a request which included a `Expect: 100-Continue` header.
This release updates `HttpClient` to send the request body if the server doesn’t respond. This brings the implementation in line with RFC 9110.
This release updates `HttpClient` to send the request body if the server doesn’t respond. This brings the implementation in line with RFC 9110.