]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_request.cc
Better handling of strange port values in Host:
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Jul 2013 12:19:45 +0000 (00:19 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Jul 2013 12:19:45 +0000 (00:19 +1200)
commit126e1dc0f41248c93b9aea46624a55de6b49a5ef
tree40f0e804796d89fc078a0f12da5d2c21a108a325
parentab6f8a0d690e4cf1c41af3f2e7455819c6fb43db
Better handling of strange port values in Host:

We can do better than just producing errors about invalid port details
and treatign 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