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

--- Comment #3 from Sergey Mashkov <cy6erg...@gmail.com> ---
There is no such restriction to send requests separately. A client may send
requests at any time and shouldn't wait for responses before sending the next:
this is the idea of HTTP pipelining. Also, TCP fragmentation/defragmentation is
out of our control. Therefore, two requests in two network packets could be
merged into a single one at some point on the way to the server.

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

Reply via email to