Re: Add: How legal is this HTTP header (1.1)?

On Jun 11, 2009, at 12:14 PM, Robert de Wilde wrote:

> Sorry, the last part was cut off! The 'complete' HTTP header:
>
>
> HTTP/1.1 302 Found
> Content-type: multipart/parallel; boundary="ping"
> Content-length: 2048;
> Accept-Ranges: bytes;

No, the Content-Length determines the length of the message-body
including any multipart stuff within it.  Multipart has no impact
on parsing the overall message.  [And this is a bad use of 302.]

....Roy

Received on Thursday, 11 June 2009 11:48:53 UTC