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

--- Comment #10 from Yann Ylavic <ylavic....@gmail.com> ---
On the httpd side it seems that those files are sent/flushed in a timely manner
(within the same second), and then 5 seconds later the connection is closed
because no new request arrives before the keepalive timeout.

Somehow the client/browser thinks the response is incomplete until the
connection is closed, while it looks complete from the HTTP protocol point of
vue (as shown in the traces).

Could you please capture a network trace on localhost (since both httpd and the
client seem to be there) with something like (as root probably):
  # tcpdump -s0 -w /tmp/66019.cap tcp port 80
and attach "66019.cap" here?

(note that you can [g]zip the attachments before attaching them to reduce their
size)

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