aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade_ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_upgrade_ssl.c')
-rw-r--r--src/microhttpd/test_upgrade_ssl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/microhttpd/test_upgrade_ssl.c b/src/microhttpd/test_upgrade_ssl.c
index 5c663dd9..8077f402 100644
--- a/src/microhttpd/test_upgrade_ssl.c
+++ b/src/microhttpd/test_upgrade_ssl.c
@@ -259,10 +259,6 @@ run_usock (void *cls)
259 "Finished"); 259 "Finished");
260 fprintf (stderr, 260 fprintf (stderr,
261 "Closing socket\n"); 261 "Closing socket\n");
262 while (MHD_NO ==
263 MHD_upgrade_action (urh,
264 MHD_UPGRADE_ACTION_FLUSH))
265 usleep (1000);
266 MHD_upgrade_action (urh, 262 MHD_upgrade_action (urh,
267 MHD_UPGRADE_ACTION_CLOSE); 263 MHD_UPGRADE_ACTION_CLOSE);
268 fprintf (stderr, 264 fprintf (stderr,