Re: Whatever happenned to HTTP 1.1 Pipelining

Carl Kugler (kugler@us.ibm.com)
Fri, 27 Apr 2001 08:22:42 -0600


>     The biggest one that comes to mind is fact that one
> of the responses in the pipeline may not have a content-length.
> What could be done about that?

Use Transfer-Encoding: chunked.

     -Carl