commit | aa99a63f03af6e126dc401d7ab3d1890be7e4e22 | [log] [tgz] |
---|---|---|
author | Chris Araman <chris.araman@fuze.com> | Wed Apr 29 16:08:43 2015 -0700 |
committer | Marc Hoersken <info@marc-hoersken.de> | Sat May 02 18:54:13 2015 +0200 |
tree | 87f7a0bd6cd07dc569d1a25a3da28fff34392a4e | |
parent | 4bb8bad964f7ce84866f67054f8fae431ed45136 [diff] |
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.