JDK 24 |
---|
24Resolved |
`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.