Skip to content
  1. Jan 17, 2002
  2. Jan 11, 2002
  3. Jan 10, 2002
  4. Jan 09, 2002
  5. Dec 29, 2001
  6. Dec 02, 2001
  7. 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
  8. Nov 29, 2001
  9. Nov 28, 2001
  10. Nov 27, 2001
  11. Nov 24, 2001
  12. Nov 23, 2001
  13. Nov 22, 2001