an APR_POOL_DEBUG/ElectricFence build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92914
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.31-dev
+ *) Fix a segfault in mod_include. [Justin Erenkrantz, Jeff Trawick]
+
*) Cause Win32 to capture all child-worker process errors in
Apache to the main server error log, until the child can
open its own error logs. [William Rowe]
}
/* We have nothing more to send, stop now. */
- if (APR_BUCKET_IS_EOS(dptr)) {
+ if (dptr != APR_BRIGADE_SENTINEL(*bb) &&
+ APR_BUCKET_IS_EOS(dptr)) {
/* We might have something saved that we never completed, but send
* down unparsed. This allows for <!-- at the end of files to be
* sent correctly. */