From: Source Maintenance Date: Fri, 9 Jun 2017 00:12:17 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR71~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d175eb8086ae86cda077ec3b2a1eeba36940580;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/http.cc b/src/http.cc index 3b1ffad714..06cba8e1f1 100644 --- a/src/http.cc +++ b/src/http.cc @@ -519,7 +519,7 @@ HttpStateData::reusableReply(HttpStateData::ReuseDecision &decision) case Http::scMisdirectedRequest: statusAnswer = ReuseDecision::doNotCacheButShare; statusReason = shareableError; - // fall through to the actual decision making below + // fall through to the actual decision making below case Http::scBadRequest: // no sharing; perhaps the server did not like something specific to this request #if USE_HTTP_VIOLATIONS