Skip to content

Commit

Permalink
client: typo in client-handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
lws-team committed Jan 12, 2019
1 parent 608d34e commit 9b5e45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roles/http/client/client-handshake.c
Expand Up @@ -587,7 +587,7 @@ lws_client_connect_2(struct lws *wsi)
goto failed;
}

lws_out(wsi,
lws_set_timeout(wsi,
PENDING_TIMEOUT_AWAITING_SOCKS_GREETING_REPLY,
AWAITING_TIMEOUT);

Expand Down

0 comments on commit 9b5e45d

Please sign in to comment.