From 2d9d3eee8feda93071ef06811e013edfe5de2e9b Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Fri, 10 May 2013 16:08:04 -0600 Subject: [PATCH] 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 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+)', -- 2.47.3