]> git.ipfire.org Git - thirdparty/squid.git/commit
Make Http1Parser::parseRequestFirstLine() private and document
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 30 Dec 2013 21:22:56 +0000 (13:22 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 30 Dec 2013 21:22:56 +0000 (13:22 -0800)
commitc11191e0f9af998fae4b454f403d0a62db7d1970
tree914a68eab754aae4e9659e9f930b6cb27645ef5f
parentf488052601d09ce46c410c5089413125d326719e
Make Http1Parser::parseRequestFirstLine() private and document

Also shuffle the prefix garbage tolerance processing to a separate method
skipGarbageLines() and document the intended operations (it is currently
non-conformant with RFC 2616).
src/http/Http1Parser.cc
src/http/Http1Parser.h