]> git.ipfire.org Git - thirdparty/squid.git/commit
Drop ClientHttpRequest::flags::internal (#1414)
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 12 Jul 2023 23:03:32 +0000 (23:03 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 13 Jul 2023 07:33:07 +0000 (07:33 +0000)
commit101694e4332f35dc3b5e4729839fcd2daad858a5
tree05a0d265d7fdfacd95520dac29128e8bc35b3bb8
parenta375f488cf8b8cfcf7e760ff3d2dfd8fae1a9f2a
Drop ClientHttpRequest::flags::internal (#1414)

This flag is unnecessary when `HttpRequest::flags::internal`
is available, which is almost all code needing to detect
internal traffic.

The exception to this is parsing prior to HttpRequest
creation, which already uses internalCheck() API instead.
src/RequestFlags.h
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.h