]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_core_output_filter: follow up to r1875947: don't swallow bucket read EOF.
authorYann Ylavic <ylavic@apache.org>
Wed, 1 Apr 2020 12:53:36 +0000 (12:53 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 1 Apr 2020 12:53:36 +0000 (12:53 +0000)
commit36c3f0fcd1fcf6b54f7ab52133432243739bcad6
tree10e574c577cba825723b0772e7c76244610a750a
parent8e80817df6997dd68b6940ca75fa01a7d2bb3809
ap_core_output_filter: follow up to r1875947: don't swallow bucket read EOF.

Morphing buckets don't return APR_EOF on read when exhausted, ignoring EOF
here could mask real errors (e.g. FILE bucket truncated under us).

Thanks rpluem/jorton!

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