From 5378b143c3dad7173c7773af98397b3dfc741a2e Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 16 Jan 2013 12:32:20 +0800 Subject: [PATCH] test client remove usleep Whatever caused the need for this has gone away Signed-off-by: Andy Green --- test-server/test-client.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test-server/test-client.c b/test-server/test-client.c index afad928..919f258 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: -- 2.7.4