On Thu, Sep 19, 2013 at 9:10 PM, Julian Aubourg <[email protected]> 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
