]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http/one/TeChunkedParser.cc
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / http / one / TeChunkedParser.cc
index a87b8492dad3a699f9b614ce1decf16666cbe37a..c3511869ffe19e1d34a6091b93303ee7b59c6547 100644 (file)
@@ -33,7 +33,7 @@ Http::One::TeChunkedParser::clear()
     parsingStage_ = Http1::HTTP_PARSE_NONE;
     buf_.clear();
     theChunkSize = theLeftBodySize = 0;
-    theOut = NULL;
+    theOut = nullptr;
     // XXX: We do not reset customExtensionValueParser here. Based on the
     // clear() API description, we must, but it makes little sense and could
     // break method callers if they appear because some of them may forget to