]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2287: Better fix for unsupported HTTP version handling
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jul 2013 12:32:07 +0000 (06:32 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jul 2013 12:32:07 +0000 (06:32 -0600)
commit0178cc3873cd1cc590f88f67e48fe707eea18ab1
tree60cf230f3adb8eaa301ddceeeba45d1a0e240f0c
parentb9b6c2d2639c6875e938502fc588fe9bc508963c
Bug 2287: Better fix for unsupported HTTP version handling

RFC 2616 section 10.5.6 is more specifically about MAJOR versions.
Remove the criterion limiting 1.x minor version numbers.
src/client_side.cc