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

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 11
    • Component/s: 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.

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

              Created:
              Updated: