mirror of
https://github.com/curl/curl.git
synced 2026-05-30 09:07:33 +03:00
parent
3455d29d7b
commit
bb72392647
1 changed files with 2 additions and 2 deletions
|
|
@ -1970,12 +1970,12 @@ schannel_recv(struct Curl_easy *data, int sockindex,
|
|||
if(sspi_status == SEC_I_RENEGOTIATE) {
|
||||
infof(data, "schannel: remote party requests renegotiation");
|
||||
if(*err && *err != CURLE_AGAIN) {
|
||||
infof(data, "schannel: can't renogotiate, an error is pending");
|
||||
infof(data, "schannel: can't renegotiate, an error is pending");
|
||||
goto cleanup;
|
||||
}
|
||||
if(BACKEND->encdata_offset) {
|
||||
*err = CURLE_RECV_ERROR;
|
||||
infof(data, "schannel: can't renogotiate, "
|
||||
infof(data, "schannel: can't renegotiate, "
|
||||
"encrypted data available");
|
||||
goto cleanup;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue