https://bz.apache.org/bugzilla/show_bug.cgi?id=61090

--- Comment #15 from Yann Ylavic <ylavic....@gmail.com> ---
(In reply to Michael Osipov from comment #14)
> 
> When I look at the trace files it is clear that in the direct case curl
> sends the first block of 65536 bytes and then handles the close properly
> which in the proxy case the entire body is sent twice.

Sent twice by curl to the proxy? The proxy to the backend?
I don't see where this "twice" comes from.

> 
> I can provide you both trace files if you like.

Yes please, with the corresponding httpd log traces (LogLevel trace5) and
possibly the dumpio module enabled with this configuration snippet:
    LoadModule dumpio_module modules/mod_dumpio.so
    DumpIOInput on
    DumpIOoutput on

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to