test client remove usleep
Whatever caused the need for this has gone away Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
b429d48cf1
commit
5378b143c3
1 changed files with 0 additions and 8 deletions
|
@ -147,14 +147,6 @@ callback_lws_mirror(struct libwebsocket_context *this,
|
|||
/* get notified as soon as we can write again */
|
||||
|
||||
libwebsocket_callback_on_writable(this, wsi);
|
||||
|
||||
/*
|
||||
* without at least this delay, we choke the browser
|
||||
* and the connection stalls, despite we now take care about
|
||||
* flow control
|
||||
*/
|
||||
|
||||
usleep(200);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue