1. 12 Jul, 2002 4 commits
  2. 11 Jul, 2002 28 commits
  3. 10 Jul, 2002 7 commits
  4. 09 Jul, 2002 1 commit
    • Jeremy Hylton's avatar
      Fix for SF bug 579107. · 29d27ac4
      Jeremy Hylton authored
      The recent SSL changes resulted in important, but subtle changes to
      close() semantics.  Since builtin socket makefile() is not called for
      SSL connections, we don't get separately closeable fds for connection
      and response.  Comments in the code explain how to restore makefile
      semantics.
      
      Bug fix candidate.
      29d27ac4