mirror of
https://github.com/curl/curl.git
synced 2026-05-07 09:07:34 +03:00
cyassl: Remove 'Connecting to' message from cyassl_connect_step2
Prior to this change libcurl could show multiple 'CyaSSL: Connecting to' messages since cyassl_connect_step2 is called multiple times, typically. The message is superfluous even once since libcurl already informs the user elsewhere in code that it is connecting.
This commit is contained in:
parent
f2a0b2164a
commit
a30be951d6
1 changed files with 0 additions and 3 deletions
|
|
@ -282,9 +282,6 @@ cyassl_connect_step2(struct connectdata *conn,
|
|||
struct SessionHandle *data = conn->data;
|
||||
struct ssl_connect_data* conssl = &conn->ssl[sockindex];
|
||||
|
||||
infof(data, "CyaSSL: Connecting to %s:%d\n",
|
||||
conn->host.name, conn->remote_port);
|
||||
|
||||
conn->recv[sockindex] = cyassl_recv;
|
||||
conn->send[sockindex] = cyassl_send;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue