]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove the returned-length "w" parameter from apr_bucket_heap_create()
authorCliff Woolley <jwoolley@apache.org>
Mon, 12 Nov 2001 03:23:12 +0000 (03:23 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 12 Nov 2001 03:23:12 +0000 (03:23 +0000)
commit468199afcb7f2fa9d7e2517533f2a9cdcf1419e7
treec2eed6492d00d1f9392887f5ed9f7ccea32f30d5
parent2e3ee5ab4741b98ed0d9365708967f0aabe5af7c
Remove the returned-length "w" parameter from apr_bucket_heap_create()
and apr_bucket_heap_make().  It was useless, since the length is invariant
from the length passed in and from the resulting bucket's b->length.  This
takes care of a long-standing issue first brought up in February and
discussed on the dev@apr list.  (Issue #2 from the "Bucket API Cleanup
Issues" thread.)

See http://marc.theaimsgroup.com/?l=apr-dev&m=98324983126666&w=2

Reviewed by:    Ryan Bloom (concept)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91866 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_case_filter_in.c
modules/experimental/mod_charset_lite.c
modules/filters/mod_include.c
modules/filters/mod_include.h
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/proxy/proxy_http.c