From: Amos Jeffries Date: Fri, 3 Sep 2010 02:04:59 +0000 (+1200) Subject: Typo in profiler for new HTTP parser X-Git-Tag: take1~297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a00581aa599a2abb8647c62bd7e36fb1a0189697;p=thirdparty%2Fsquid.git Typo in profiler for new HTTP parser --- diff --git a/src/HttpMsg.cc b/src/HttpMsg.cc index 2b180ffc9d..c2ed19009b 100644 --- a/src/HttpMsg.cc +++ b/src/HttpMsg.cc @@ -661,7 +661,7 @@ HttpParser::parseRequestFirstLine() int HttpParserParseReqLine(HttpParser *hmsg) { - PROF_stop(HttpParserParseReqLine); + PROF_start(HttpParserParseReqLine); int retcode = hmsg->parseRequestFirstLine(); debugs(74, 5, "Parser: retval " << retcode << ": from " << hmsg->req_start << "->" << hmsg->req_end << ": method " << hmsg->m_start << "->" <<