We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1ca5d commit f2e0833Copy full SHA for f2e0833
3rdparty/libwebsockets/lib/core-net/client/connect4.c
@@ -57,7 +57,7 @@ lws_client_connect_4_established(struct lws *wsi, struct lws *wsi_piggyback,
57
if (wsi->a.vhost->http.http_proxy_port) {
58
const char *cpa;
59
60
- cpa = lws_wsi_client_stash_item(wsi, CIS_ADDRESS,
+ cpa = lws_wsi_client_stash_item(wsi, CIS_HOST,
61
_WSI_TOKEN_CLIENT_PEER_ADDRESS);
62
if (!cpa)
63
goto failed;
0 commit comments