NEW ISSUE: empty Host header

Hi,

  The specification states "If the requested URI does not include an
Internet host name for the service being requested, then the Host header
field MUST be given with an empty value" but the grammar does not seem
to allow this.

     Host = "Host" ":" host [ ":" port ] ; Section 3.2.2

should be changed into

     Host = "Host" ":" [ host [ ":" port ] ] ; Section 3.2.2

regards,
-- 
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 Wednesday, 21 November 2007 15:11:34 UTC