1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

client: typo in client-handshake

This commit is contained in:
Andy Green 2019-01-13 07:50:38 +08:00
parent 608d34e1b7
commit 9b5e45d383

View file

@ -587,7 +587,7 @@ ads_known:
goto failed;
}
lws_out(wsi,
lws_set_timeout(wsi,
PENDING_TIMEOUT_AWAITING_SOCKS_GREETING_REPLY,
AWAITING_TIMEOUT);