From 0d175eb8086ae86cda077ec3b2a1eeba36940580 Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Fri, 9 Jun 2017 00:12:17 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/http.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2