]> granicus.if.org Git - apache/commit
ap_sub_req_output_filter: don't pass along a brigade if it becomes empty
authorGreg Ames <gregames@apache.org>
Mon, 1 Oct 2001 21:01:14 +0000 (21:01 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 1 Oct 2001 21:01:14 +0000 (21:01 +0000)
commita119c5284624fb4f6d01c48f1447460d4286ffcf
tree9ff6b792f72ce1d9cfc7229a762c67264c1c2db2
parent973dc48adcab06eafc9ccd0f9fd09a968aaf3e6f
ap_sub_req_output_filter:  don't pass along a brigade if it becomes empty
after deleting the EOS bucket.

This prevents a seg fault in mod_include when the connection dies.  There
doesn't seem to be much point in passing empty brigades in general.

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