]> granicus.if.org Git - apache/commit
- Fix segfault in core_output_filter when we are passed an empty brigade.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 27 Jun 2002 05:00:23 +0000 (05:00 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 27 Jun 2002 05:00:23 +0000 (05:00 +0000)
commit383424016d59f51e9ddb0b74fb396af1fbe77682
tree69b6da8f082896971942b1eb9d0118ae0adf5322
parent5d54beff8ac4d22dba42ea19592acd3dd8b4099b
- Fix segfault in core_output_filter when we are passed an empty brigade.
- Stash the remainder of the brigade in more when we see a flush bucket.
  Previous to this commit, we would only process the buckets before the
  flush on a HTTP/1.0 request and then return.

We are proably only finding this now since we now correctly check for
keepalive connection status.

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