Re: [XHR] Content-Length header for data: URLs

On Thu, Sep 19, 2013 at 9:10 PM, Julian Aubourg <j@ubourg.net> wrote:
> It's a malformed data URI for now. What I'm wondering is if we're sure we'll
> never have an encoding that makes it impossible to determine the length
> without decoding the entire content (think url-encoded like).

If we do, we can prohibit having a Content-Length when that encoding is used.

For now none of the encodings seem to require particularly complicated
or expensive logic. So it doesn't seem like an undue burden to require
it.

/ Jonas

Received on Friday, 20 September 2013 04:43:29 UTC