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

ssproxy: break immediately after determining we will not allow the stream

This commit is contained in:
Andy Green 2021-03-14 12:15:34 +00:00
parent 4df5e015ed
commit f35a3b8969

View file

@ -1147,9 +1147,10 @@ payload_ff:
* stream he asked for... schedule a chance to
* inform him
*/
lwsl_err("%s: create '%s' fail\n",
__func__, par->streamtype);
lwsl_err("%s: create '%s' fail\n", __func__,
par->streamtype);
*state = LPCSPROX_REPORTING_FAIL;
break;
} else {
lwsl_debug("%s: create '%s' OK\n",
__func__, par->streamtype);