[EMAIL PROTECTED] wrote:
- For strict mode, throw a ProtocolException if anything else but whitespace has been received.
In strict mode we should not even allow whitespace. Please bear in mind that HTTP is not only used to transfer text. It can be used to transfer binary data as well. So the term "whitespace" is meaninsless for the response body. In strict mode unexpected content should always trigger a ProtoclException on the very first extra byte. Otherwise any extra CRLF (which clearly violates RFC-2616) would go unnoticed.
Odi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
