Skip to content

Commit

Permalink
cyassl: Remove 'Connecting to' message from cyassl_connect_step2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jay authored and bagder committed Apr 5, 2015
1 parent f2a0b21 commit a30be95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/vtls/cyassl.c
Expand Up @@ -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;

Expand Down

0 comments on commit a30be95

Please sign in to comment.