[racket-dev] Racket web server doesn't handle POST requests with 'Transfer-Encoding: chunked' ?
On Mar 9, 2012, at 12:18 PM, Jay McCarthy wrote:
> There is nothing going wrong with the supported features of the Web
> server. It's just that the Web server doesn't support any
> Transfer-Encoding other than the default of no encoding.
From RFC2616:
"A server which receives an entity-body with a transfer-coding it does not understand SHOULD return 501 (Unimplemented), and close the connection. A server MUST NOT send transfer-codings to an HTTP/1.0 client. "
Am I right in thinking that we're falling afoul of this "should", making us a "conditionally compliant" implementation of HTTP/1.1?
John
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4624 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20120309/b48de51e/attachment.p7s>