]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpReply.h
Set ALE::reply to the 200 (Connection established) (#476)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Fri, 20 Sep 2019 11:15:21 +0000 (11:15 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 21 Sep 2019 10:21:58 +0000 (10:21 +0000)
commitea55799d6e44a0979070cfbfdebaa807921beb93
tree937d215b47e39fc12661ee3034246d1b9cc27e89
parent682d51903117ec63cbaf4821b29133b8c1eeb871
Set ALE::reply to the 200 (Connection established) (#476)

... thus addressing a TODO. Lack of reply may cause
"ACL is used in context without an HTTP response" errors in some
contexts. These contexts (if any) should be fixed separately.
src/HttpReply.cc
src/HttpReply.h
src/client_side_request.cc
src/tunnel.cc