https://issues.apache.org/bugzilla/show_bug.cgi?id=47095
--- Comment #3 from Douglas Mayle <[email protected]> 2009-04-27 08:14:58 PST --- I'm attaching a libpcap dump file captured with Wireshark on OS X. In this case, I'm just testing against the default installed Apache. If you find the TCP stream that includes the GET request: GET /~douglas/wordpress/wp-admin/wp-admin.css?ver=20081210 HTTP/1.1 You'll see the problem. As soon as there are HEAD requests in the pipeline, Apache handles the first, and shuts down on all subsequent requests. Also, it appears that MaxKeepAliveRequests is set to 100 on this instance. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
