Re: Pipelining and Expect: 100-continue interaction

Marc Schneider wrote:
>    Since  the  "request"  is complete until the entity body is send (or a
>    zero length chunk) then no other requests can be pipelined.

If you want to make best use of the connection, you can pipeline
requests with bodies when you think it's worth it.  So if your request
body is very small, your client might decided to just send it without
waiting and continue pipelining.

-- Jamie

Received on Friday, 22 April 2005 17:30:12 UTC