]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments.
authorYann Ylavic <ylavic@apache.org>
Mon, 27 Apr 2020 14:22:04 +0000 (14:22 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 27 Apr 2020 14:22:04 +0000 (14:22 +0000)
commit9f31d7b1f3dd58fca3cd2ead0d1f70124dcd4c5a
tree3eac9f12e061eaf4000ff4124e59c224844c680e
parent40994ab368a90097622e9e13ed5b33da3e07c09f
util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments.

Morphing buckets are not only those with ->length == -1, so the macro is
misleading. Modify comments to talk about opaque buckets when length == -1
and about morphing buckets (once) for opaque and FILE buckets.

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