-
Sub-task
-
Resolution: Delivered
-
P4
-
24
`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.