]> git.ipfire.org Git - thirdparty/curl.git/commit
schannel: fix regression in schannel_recv
authorChris Araman <chris.araman@fuze.com>
Wed, 29 Apr 2015 23:08:43 +0000 (16:08 -0700)
committerMarc Hoersken <info@marc-hoersken.de>
Sat, 2 May 2015 16:54:13 +0000 (18:54 +0200)
commitaa99a63f03af6e126dc401d7ab3d1890be7e4e22
tree87f7a0bd6cd07dc569d1a25a3da28fff34392a4e
parent4bb8bad964f7ce84866f67054f8fae431ed45136
schannel: fix regression in schannel_recv

https://github.com/bagder/curl/issues/244

Commit 145c263 changed the behavior when Curl_read_plain returns
CURLE_AGAIN. We now handle CURLE_AGAIN and SEC_I_CONTEXT_EXPIRED
correctly.
lib/vtls/schannel.c