XHR: message body presence tests

Hi Anne,

  Do you have any tests for the following XHR requirements: if the
method is GET and the argument to send() is the empty string, the
request must have a body. If the method is POST and the argument to
send() is null, the request must not have a body. (The test would
check whether the request has a Transfer-Encoding or Content-Length
header). If not I would suggest to make some since this is not well-
implemented as far as I can tell (which is kinda okay since fixing
these issues should not break any content).

Thanks,
-- 
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 Monday, 26 November 2007 19:43:08 UTC