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

--- Comment #3 from Sergey Mashkov <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to