]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit223355decb3085b361b16d4baa82da6e7771f7ad
treeefb4f0680c0fa193367f2c6d53ebe904ed19549c
parent7998ed4b01e94282e82d0193912fbc0ba88d9197
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