summaryrefslogtreecommitdiff
path: root/test-server/test-ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-server/test-ping.c')
-rw-r--r--test-server/test-ping.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test-server/test-ping.c b/test-server/test-ping.c
index 7b901ec..b2a8684 100644
--- a/test-server/test-ping.c
+++ b/test-server/test-ping.c
@@ -489,12 +489,6 @@ int main(int argc, char **argv)
((double)global_rx_count * (double)size) /
((double)(l - started) / 1000000.0) / 1024.0);
-// return 0;
-fprintf(stderr, "a\n");
- for (n = 0; n < clients; n++)
- libwebsocket_client_close(wsi[n]);
-
-fprintf(stderr, "b\n");
libwebsocket_context_destroy(context);
return 0;