]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side.cc
Support HTTP/0.9 in accelerator mode
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Thu, 5 Feb 2009 10:43:39 +0000 (11:43 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Thu, 5 Feb 2009 10:43:39 +0000 (11:43 +0100)
commit38e823820b23d0412ea67e0ffa7c56994e00260a
tree0874b01628c22ec5f5d73bc696efd187cd168505
parent5ad05949a20a05643a4bd5ae6e592cbbd0d7f871
Support HTTP/0.9 in accelerator mode

HTTP/0.9 requests do not have a HTTP header, fruitless to try to parse
a non-existing header.

Also send the right error page if header parsing fails (ERR_INVALID_REQ, not _URL)
src/client_side.cc