* crypto.c: when an SSL connection errors out (and closes) unexpectedly
authorArt Cancro <ajc@citadel.org>
Tue, 1 Jun 2004 21:46:47 +0000 (21:46 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Jun 2004 21:46:47 +0000 (21:46 +0000)
commit82770979c33bf1592f633c06a5fad5d7936a184f
treeb6bc6a4a60b2e954b57453264f4530c7a5c3b975
parentec1d922d70060c58db9982dee893f718850d338f
* crypto.c: when an SSL connection errors out (and closes) unexpectedly
  during a read or write operation, do not attempt to finish the operation
  unencrypted like we do in Citadel.  Here in WebCit land it only causes
  the server to segfault.
webcit/ChangeLog
webcit/crypto.c