Re: Content-Range question

Dave Kristol wrote:

> Moreover, the server cannot send multiple responses to one request.  
> It's one response per request.

Well you have the 100 Continue, so in some cases it is valid for the 
server to send multiple responses.
There are some servers that send this for all(?) POSTs made to it.
Probably old systems, I don't remember which server I encountered it on 
so I can not check.

>   If you (Mihail) want to break up the response into smaller chunks, 
> use chunked encoding.

Agree, this is probably what Mihail want to do.

/robo

Received on Tuesday, 22 June 2004 13:08:17 UTC