Skip to content
  1. Oct 17, 2000
    • Ryan Bloom's avatar
      Add a flush bucket type. This bucket advises filters to flush any data · 0e8fbdcd
      Ryan Bloom authored
      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
      0e8fbdcd
  2. Oct 16, 2000
  3. Oct 15, 2000
  4. Oct 14, 2000
  5. Oct 13, 2000
  6. Oct 12, 2000