]> granicus.if.org Git - apache/commit
We can not use heap buckets for data that was allocated out of a pool.
authorRyan Bloom <rbb@apache.org>
Tue, 14 Nov 2000 01:46:39 +0000 (01:46 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 14 Nov 2000 01:46:39 +0000 (01:46 +0000)
commit1a00f1aaebac450eb1b3d881930ede48abf29898
tree237a7bc93c44c185819a579281b3c8fa9807d7be
parentf6fa47c439fb0ffd55b0a4707af52a0f64e41dd7
We can not use heap buckets for data that was allocated out of a pool.
The basic problem is that when the pool is destroyed, the data will go
away unless it is in a pool bucket.  If it is in a pool bucket, then the
data will be copied into a heap bucket when the pool is destroyed.  This
becomes a real issue when we set some data off to the side to deal with
pipelined requests.

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