]> granicus.if.org Git - apache/commit
Avoid over allocation when dealing with the common case. As stated in the comment...
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 15 May 2013 18:52:49 +0000 (18:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 15 May 2013 18:52:49 +0000 (18:52 +0000)
commit370e4a5e04ee7b29763f0666ed9028a128f0b9b1
tree3c98f55784e5c00416ed64b1ffe1c11578c30df5
parent715ac06c81722c8e9d589c802e9a7a0f90d6fd07
Avoid over allocation when dealing with the common case. As stated in the comment above : "We'll assume the common case where one bucket is enough".

Doing so should save a few hundreds bytes in the 'request' pool when processing a request

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