]> granicus.if.org Git - curl/commit
darwinssl: un-broke iOS build, fix error on server disconnect
authorNick Zitzmann <nick@chronosnet.com>
Tue, 16 Oct 2012 16:33:13 +0000 (10:33 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Oct 2012 17:55:03 +0000 (19:55 +0200)
commitf1d2e1850819f54d1c950989614da7445bdd457f
tree8aa35b5ce6b43e2b5d15e93d2316227e3e94fbe0
parent1a02e84589efb3f8717d50bdc78d3f369b799198
darwinssl: un-broke iOS build, fix error on server disconnect

The iOS build was broken by a reference to a function that only existed
under OS X; fixed. Also fixed a hard-to-reproduce problem where, if the
server disconnected before libcurl got the chance to hang up first and
SecureTransport was in use, then we'd raise an error instead of failing
gracefully.
lib/curl_darwinssl.c