schannel SSL: Implemented SSL shutdown
authorMark Salisbury <mark.salisbury@hp.com>
Tue, 19 Jun 2012 02:15:03 +0000 (04:15 +0200)
committerYang Tse <yangsita@gmail.com>
Tue, 19 Jun 2012 02:39:46 +0000 (04:39 +0200)
commit8a8829499d91967f952408251d8aa2343fff1c55
treeedfd683741d3c31c99664669e10c88346283a3dc
parent1e4c57fa6471c0010f66d82a83f190a07fa37309
schannel SSL: Implemented SSL shutdown

curl_schannel.c - implemented graceful SSL shutdown.  If we fail to
shutdown the connection gracefully, I've seen schannel try to use a
session ID for future connects and the server aborts the connection
during the handshake.
lib/curl_schannel.c