Re: =[xhr]

> I think there are several different scenarios under consideration.
>
> 1. The author says Content-Length 100, writes 50 bytes, then closes the stream.
> 2. The author says Content-Length 100, writes 50 bytes, and never closes the stream.
> 3. The author says Content-Length 100, writes 150 bytes, then closes the stream.
> 4. The author says Content-Length 100 , writes 150 bytes, and never closes the stream.
>
Using a technique similar to (2) will cause some proxies to hang.
http://www.google.com/search?q=proxy+hang+content-length+wrong

Received on Friday, 28 November 2014 07:35:45 UTC