Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8350451

HttpClient should not wait until the request body has been fully sent before reading the response headers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 11
    • core-libs

      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.

            dfuchs Daniel Fuchs
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: