]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix appending Http::HdrType::VIA code duplication
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Fri, 31 Mar 2017 14:45:07 +0000 (03:45 +1300)
committerAmos Jeffries <>
Fri, 31 Mar 2017 14:45:07 +0000 (03:45 +1300)
commitfd784cecc6c8d4bb9485e89ef2df899c6c681282
treef7625fa89e1a5cd89caba2dda4976ba05fd806f3
parentce023dfdc52029e6528b03b0878c9be159a7998f
Fix appending Http::HdrType::VIA code duplication

... resolving Via header truncation at 1024 bytes.

Also fixes the generated Via values for non-HTTP protocols.
src/HttpHeader.cc
src/HttpHeader.h
src/SquidString.h
src/client_side_reply.cc
src/http.cc