- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sun, 18 Nov 2007 17:40:51 +0100
- To: Bjoern Hoehrmann <derhoermi@gmx.net>
- Cc: ietf-http-wg@w3.org
* Bjoern Hoehrmann wrote: >Apache 2.2.6 for example treats > > POST / HTTP/1.1 > Host: example > Content-type: multipart/byteranges; > boundary=THIS_STRING_SEPARATES > > --THIS_STRING_SEPARATES > ... > >as two requests, a zero-length POST and a --THIS_STRING_SEPARATES to >the root which it does not support (which seems to be a bug in itself). Actually no, with neither Transfer-Encoding and Content-Length the message would be seen as having no body and the type would not affect the message length, so "If the message uses the media type ..." should really be "If a response uses the media type". This does not affect the rest of the issue though. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Sunday, 18 November 2007 16:41:06 UTC