Daniel Fuchs

Results 5 issues of Daniel Fuchs

When [JDK-8277969](https://bugs.openjdk.org/browse/JDK-8277969) was implemented, a list of outstanding response subscribers was added to `HttpClientImpl`. A body subscriber is added to the list after being created and is removed from the...

rfr
net

Please find here a doc-only change that tries to better document how resources allocated by the HttpClient are reclaimed. The `@implNote` in the HttpClient class level API documentation is extended...

csr
rfr
net

Please find here a fix that improves flow control in the HTTP/2 implementation. The change makes sure that flow control issues are reported to the server as FLOW_CONTROL_ERROR. It also...

ready
rfr
net

Hi, Please find here a PR for the implementation of [JEP 517: HTTP/3 for the HTTP Client API](https://openjdk.org/jeps/517). The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for...

csr
rfr
core-libs
net
security

The first byte of a SSL ClientHello handshake record is 0x16 (22). If the first byte received on a HTTP/1.1 clear connection is 0x16, the HTTP server could fail fast,...

rfr
net