mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
gnutls: Fetch backend when using proxy
Fixes: 89865c149
("gnutls: remove the BACKEND define kludge")
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
This commit is contained in:
parent
ef86daf4d3
commit
691df98d51
@ -1382,6 +1382,7 @@ static bool Curl_gtls_data_pending(const struct connectdata *conn,
|
||||
res = TRUE;
|
||||
|
||||
connssl = &conn->proxy_ssl[connindex];
|
||||
backend = connssl->backend;
|
||||
if(backend->session &&
|
||||
0 != gnutls_record_check_pending(backend->session))
|
||||
res = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user