]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
find-alive.pl: Replaced HttpReq entry (already covered by the guessing code) with...
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 12 May 2013 05:10:35 +0000 (23:10 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 May 2013 05:10:35 +0000 (23:10 -0600)
scripts/find-alive.pl

index d0b3474bbf5b0b37ea07c433a8472fc8a5519cac..df02697529ab756e186cddf39299f0e210dafacb 100755 (executable)
@@ -23,9 +23,9 @@ my %Pairs = (
                'AsyncCall.* constructed, this=(\S+)',
                'AsyncCall.* destruct.*, this=(\S+)',
        ],
-       HttpReq => [
-               '\bHttpRequest.* constructed, this=(\S+)',
-               '\bHttpRequest.* destructed, this=(\S+)',
+       HttpHeaderEntry => [
+               '\bHttpHeaderEntry.* created HttpHeaderEntry (\S+)',
+               '\bHttpHeaderEntry.* destroying entry (\S+)',
        ],
        ClientSocketContext => [
                '\bClientSocketContext constructing, this=(\S+)',