]> granicus.if.org Git - apache/commit
Add a flush bucket type. This bucket advises filters to flush any data
authorRyan Bloom <rbb@apache.org>
Tue, 17 Oct 2000 00:24:36 +0000 (00:24 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 17 Oct 2000 00:24:36 +0000 (00:24 +0000)
commit86a1ecbda005bc79324c48095a3a1e4db332c8d0
tree315494f2dd3eb994b5cf4e45eaf7bb02e2b25b8f
parent25535f86eca48fe2e4c3ce27419ebea05b86a120
Add a flush bucket type.  This bucket advises filters to flush any data
they are currently storing.  There is no way we can force them to flush,
but we can advise.  This also adds the code to ap_rflush to use flush
buckets, although it isn't enabled yet.  I will enable it once we remove
buff from the code.  I also removed all calls to ap_rflush that are either
immediately before or immediately after a call to ap_finalize_protocol.
ap_finalize_protocol sends an EOS bucket, which also advises filters to
flush their data, so having both calls right next to each other is
redundant.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86619 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c