From: Alex Rousskov Date: Sun, 12 May 2013 05:10:35 +0000 (-0600) Subject: find-alive.pl: Replaced HttpReq entry (already covered by the guessing code) with... X-Git-Tag: SQUID_3_3_5~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47398c252abdbba08d3249418df5ad364727fb0;p=thirdparty%2Fsquid.git find-alive.pl: 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 d0b3474bbf..df02697529 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+)',