test client remove usleep
authorAndy Green <andy.green@linaro.org>
Wed, 16 Jan 2013 04:32:20 +0000 (12:32 +0800)
committerAndy Green <andy.green@linaro.org>
Wed, 16 Jan 2013 04:34:58 +0000 (12:34 +0800)
Whatever caused the need for this has gone away

Signed-off-by: Andy Green <andy.green@linaro.org>
test-server/test-client.c

index afad928..919f258 100644 (file)
@@ -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: