]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
HTTP 1.1: Forward OPTIONS requests properly
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Apr 2009 10:01:57 +0000 (22:01 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Apr 2009 10:01:57 +0000 (22:01 +1200)
commitfc90edc39042bcb9d4f9ed2469fa49a5080779ac
tree25454eccb91ba3ed4db1570b89d8023f0ca9d2e0
parentb21767da5121e18bd6f8d810555dcf58569cf7bf
HTTP 1.1: Forward OPTIONS requests properly

Bump the max_forwards type to 64-bit to cope with wider range of values.

NP: still no internal handling of OPTIONS requests, but this will
    forward them according to RFC 2616 requirements.
src/HttpRequest.h
src/client_side_reply.cc
src/client_side_request.cc
src/http.cc