test client remove spamming delays
Chrome seems to be able to deal with this (or my machine is now muscular enough it doesn't care, anyway) Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
510c3c86c0
commit
4e512dd3a9
1 changed files with 0 additions and 9 deletions
|
@ -89,15 +89,6 @@ callback_lws_mirror(struct lws_context *context,
|
||||||
lws_callback_on_writable(context, wsi);
|
lws_callback_on_writable(context, wsi);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
* for tests with chrome on same machine as client and
|
|
||||||
* server, this is needed to stop chrome choking
|
|
||||||
*/
|
|
||||||
#ifdef _WIN32
|
|
||||||
Sleep(1);
|
|
||||||
#else
|
|
||||||
usleep(1);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue