From: Alex Rousskov Date: Fri, 10 May 2013 22:08:04 +0000 (-0600) Subject: Replaced HttpReq entry (already covered by the guessing code) with HttpHeaderEntry... X-Git-Tag: SQUID_3_4_0_1~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d9d3eee8feda93071ef06811e013edfe5de2e9b;p=thirdparty%2Fsquid.git Replaced HttpReq entry (already covered by the guessing code) with HttpHeaderEntry entry. --- diff --git a/scripts/find-alive.pl b/scripts/find-alive.pl index 5d3145a0ff..b08bc0fb2e 100755 --- a/scripts/find-alive.pl +++ b/scripts/find-alive.pl @@ -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+)',