1. 11 Jan, 2002 2 commits
  2. 10 Jan, 2002 4 commits
  3. 09 Jan, 2002 2 commits
  4. 29 Dec, 2001 3 commits
  5. 02 Dec, 2001 1 commit
  6. 01 Dec, 2001 1 commit
    • 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
  7. 29 Nov, 2001 11 commits
  8. 28 Nov, 2001 6 commits
  9. 27 Nov, 2001 1 commit
  10. 24 Nov, 2001 1 commit
  11. 23 Nov, 2001 1 commit
  12. 22 Nov, 2001 7 commits