-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
11
The HttpClient waits until the full request body has been sent before starting to read the response headers. This prevents implementing echoing of big bodies efficiently. It also prevents receiving intermediate responses (except 100/101 for which there is a special implementation) before the full body has been sent.
- links to
-
Review(master) openjdk/jdk/23716