Skip to content

Commit

Permalink
Disable axTLS non-blocking connect for now, incurs approximately 6 se…
Browse files Browse the repository at this point in the history
…conds of delay
  • Loading branch information
jgranick committed Aug 25, 2014
1 parent 1b91959 commit 10e4ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtls/axtls.h
Expand Up @@ -51,7 +51,7 @@ int Curl_axtls_check_cxn(struct connectdata *conn);
#define curlssl_init Curl_axtls_init
#define curlssl_cleanup Curl_axtls_cleanup
#define curlssl_connect Curl_axtls_connect
#define curlssl_connect_nonblocking Curl_axtls_connect_nonblocking
//#define curlssl_connect_nonblocking Curl_axtls_connect_nonblocking
#define curlssl_session_free(x) Curl_axtls_session_free(x)
#define curlssl_close_all Curl_axtls_close_all
#define curlssl_close Curl_axtls_close
Expand Down

0 comments on commit 10e4ec2

Please sign in to comment.