]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Tue, 12 Apr 2016 18:12:15 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Tue, 12 Apr 2016 18:12:15 +0000 (18:12 +0000)
src/http/one/Parser.cc
src/http/one/TeChunkedParser.cc

index 2b9b63e6acb6cd930bd4b0a0e3ace315961ba4ef..e762957af0a56dbb5b18afc56f503a4296cfc67e 100644 (file)
@@ -149,3 +149,4 @@ Http::One::Parser::violationLevel() const
     return Config.onoff.relaxed_header_parser < 0 ? DBG_IMPORTANT : 5;
 }
 #endif
+
index 28a03db5f7824175b48ac90d0fe174730499aa11..682432ef671c12ba755d03b156468639dab9fd86 100644 (file)
@@ -93,7 +93,7 @@ Http::One::TeChunkedParser::parseChunkSize(Http1::Tokenizer &tok)
         debugs(94,7, "found chunk: " << theChunkSize);
 
 #if USE_HTTP_VIOLATIONS
-         // Bug 4492: IBM_HTTP_Server pads out to 4 bytes with SP characters
+        // Bug 4492: IBM_HTTP_Server pads out to 4 bytes with SP characters
         if (Config.onoff.relaxed_header_parser && tok.skipAll(CharacterSet::SP)) {
             debugs(94, violationLevel(), "WARNING: skipped invalid whitespace in chunk size");
         }