Skip to content
  1. Dec 01, 2001
    • Doug MacEachern's avatar
      remove churn_output() function and calls to it. · 9fd7fc40
      Doug MacEachern authored
      when SSL needs to flush (e.g. during SSL_accept()) it will call BIO_flush()
      which will trigger a call to bio_bucket_ctrl() -> BIO_bucket_flush().
      so we only need to flush the output ourselves if we receive an EOS or
      FLUSH bucket.
      
      BIO_bucket_flush() and churn_output() had been turning up near the top
      of the profile with gprof.  churn_output() of course has now vanished
      and BIO_bucket_flush() has dropped, being called far less than before.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92271 13f79535-47bb-0310-9956-ffa450edef68
      9fd7fc40
  2. Nov 29, 2001
  3. Nov 28, 2001
  4. Nov 27, 2001
  5. Nov 24, 2001
  6. Nov 23, 2001
  7. Nov 22, 2001
  8. Nov 21, 2001
  9. Nov 20, 2001
  10. Nov 19, 2001
  11. Nov 16, 2001
  12. Nov 15, 2001