mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Last clumsy act of consideration: jump beyond if
This commit is contained in:
parent
9a6d16d88c
commit
9616c9a8e6
1 changed files with 1 additions and 1 deletions
|
@ -592,8 +592,8 @@ drain:
|
|||
} while (more);
|
||||
|
||||
pending = lws_ssl_pending(wsi);
|
||||
handle_pending:
|
||||
if (pending) {
|
||||
handle_pending:
|
||||
pending = pending > sizeof(context->service_buffer)?
|
||||
sizeof(context->service_buffer):pending;
|
||||
goto read;
|
||||
|
|
Loading…
Add table
Reference in a new issue