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:
parent
4df5e015ed
commit
f35a3b8969
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue