diff --git a/test-server/test-client.c b/test-server/test-client.c index afad928c..919f258d 100644 --- a/test-server/test-client.c +++ b/test-server/test-client.c @@ -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: