]> granicus.if.org Git - apache/commit
Re-use the same temp brigade to read all lines of a request header,
authorBrian Pane <brianp@apache.org>
Thu, 4 Jul 2002 17:05:25 +0000 (17:05 +0000)
committerBrian Pane <brianp@apache.org>
Thu, 4 Jul 2002 17:05:25 +0000 (17:05 +0000)
commitb48edce3c58bf2275c74cde4efff399bace43916
tree787975efc337619ac91413b79d759a0f5224727d
parent2a7160eaaf32af984cd81e5ba9bd5a779b186291
Re-use the same temp brigade to read all lines of a request header,
to avoid the overhead of brigade creation and deletion.  (This produced
a 5% reduction in the total CPU usage of a minimalist httpd configuration:
<JHEPKCEMGPKFFDHHDDKDMELFEKAA.bill@wstoddard.com>)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95956 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_protocol.h
server/protocol.c