]> granicus.if.org Git - apache/commit
Fix canned-errors and OPTIONS requests, so that we don't allocate 8k
authorRyan Bloom <rbb@apache.org>
Wed, 1 Nov 2000 06:02:22 +0000 (06:02 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 1 Nov 2000 06:02:22 +0000 (06:02 +0000)
commite2dfe727d25bd9a46173f6cb6e56d994fe686d06
treeefb4f0680c0fa193367f2c6d53ebe904ed19549c
parentaefedcb261c156b4ed7cfb4abb4f79353e4aa211
Fix canned-errors and OPTIONS requests, so that we don't allocate 8k
for the headers.  We count the number of bytes we expect to get and only
allocation that many bytes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86782 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c