]> git.ipfire.org Git - thirdparty/squid.git/commit
Better handling of strange port values in Host:
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Jul 2013 12:40:22 +0000 (06:40 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Jul 2013 12:40:22 +0000 (06:40 -0600)
commit2f3c121787e1aa28359598aa3005b12ccf838020
treea5c60646633afca9bb9393482910358e3daf1f2b
parent4418db411c990c2fa890b9acc715c38f002c6544
Better handling of strange port values in Host:

We can do better than just producing errors about invalid port details
and treating it as port-0.
We can instead undo the port separation and pass it through as part of
the host name to be verified with the default port number properly
assumed.
src/client_side_request.cc