Issuing multiple requests using HTTP/1.1 Pipelining

Posted by Robert S. Barnes on Stack Overflow See other posts from Stack Overflow or by Robert S. Barnes
Published on 2010-04-19T07:55:58Z Indexed on 2010/04/30 6:57 UTC
Read the original article Hit count: 175

When using HTTP/1.1 Pipelining what does the standard say about issuing multiple requests without waiting for each request to complete? What do servers do in practice?

I ask because I once tried writing a client which would issue a batch of GET requests for multiple files and remember getting errors. I wasn't sure if it was due to me incorrectly issuing the GET's or needing to wait for each individual request to finish before issuing the next GET.

© Stack Overflow or respective owner

Related posts about http

Related posts about network-protocols