]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) Add apr_bucket_setaside_noop to use for buckets that do not require a
authorGreg Stein <gstein@apache.org>
Thu, 7 Jun 2001 10:13:25 +0000 (10:13 +0000)
committerGreg Stein <gstein@apache.org>
Thu, 7 Jun 2001 10:13:25 +0000 (10:13 +0000)
commit2e11444a8ded0e330679f208d1527b03575c6416
tree5ad2dffa50cc467dcd8fc910e15a625a2ac45f93
parentd3feaed25f52d4fa04e125366c77cf1f0edca306
*) Add apr_bucket_setaside_noop to use for buckets that do not require a
   setaside function. It simply returns APR_SUCCESS.
   - adjust the EOS, FLUSH, IMMORTAL, and HEAP buckets to use _noop.

*) Make the setaside() function take a pool to define the (new) lifetime for
   the bucket's data.
   - Adjust the apr_bucket_setaside() macro.
   - Adjust the apr_bucket_setaside_notimpl() and transient_setaside()
     functions.
   - Pass the additional parameter in ap_save_brigade()

*) Update docs for setaside()

*) Minor nit with macros in apr_buckets.h: add parens for binding safety.

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