From b47398c252abdbba08d3249418df5ad364727fb0 Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Sat, 11 May 2013 23:10:35 -0600 Subject: [PATCH] find-alive.pl: Replaced HttpReq entry (already covered by the guessing code) with HttpHeaderEntry entry --- scripts/find-alive.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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+)', -- 2.47.2