]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Replaced HttpReq entry (already covered by the guessing code) with HttpHeaderEntry...
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 10 May 2013 22:08:04 +0000 (16:08 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 10 May 2013 22:08:04 +0000 (16:08 -0600)
scripts/find-alive.pl

index 5d3145a0ff640c7721728ff1f9d88d62e026d7eb..b08bc0fb2e8762bdea071fddbe4e565fb39ae784 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+)',