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

--- Comment #14 from Michael Osipov <micha...@apache.org> ---
I have just tried to set ping to the value of ProxyTimeout. It does indeed
work, but with a very high price:

> osipovmi@deblndw011x:~
> $ time curl -X POST  --anyauth -u : --upload-file inputs.zip -H 
> "Content-Type: application/zip" 
> https://<hostname>:11111/content-dev/api/documents --verbose -H "Expect:"  
> --trace trace.direct
> 
> real    0m6,443s
> user    0m5,180s
> sys     0m0,394s
> osipovmi@deblndw011x:~
> $ time curl -X POST  --anyauth -u : --upload-file inputs.zip -H 
> "Content-Type: application/zip" https://<hostname>/content-dev/api/documents 
> --verbose -H "Expect:"  --trace trace.proxy
> 
> real    0m11,485s
> user    0m9,527s
> sys     0m0,648s

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.

I can provide you both trace files if you like.

-- 
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