Added basic support for OPTIONS and TRACE HTTP methods:
authoroes <oes@users.sourceforge.net>
Wed, 25 Sep 2002 14:52:46 +0000 (14:52 +0000)
committeroes <oes@users.sourceforge.net>
Wed, 25 Sep 2002 14:52:46 +0000 (14:52 +0000)
commitd985aef36f256bbb3dc1836631660d21b3d9252c
tree1268921a26e3ce11427e29b052b5bbbbab7ce675
parent1ac678e6d9d228c839bb8d77ab879048d0b5719f
Added basic support for OPTIONS and TRACE HTTP methods:
 - New parser function client_max_forwards which decrements
   the Max-Forwards HTTP header field of OPTIONS and TRACE
   requests by one before forwarding
 - New parser function client_host which extracts the host
   and port information from the HTTP header field if the
   request URI was not absolute
 - Don't crumble and re-add the Host: header, but only generate
   and append if missing
parsers.c
parsers.h