diff options
Diffstat (limited to 'src/microhttpd/test_upgrade_ssl.c')
-rw-r--r-- | src/microhttpd/test_upgrade_ssl.c | 4 |
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) "Finished"); fprintf (stderr, "Closing socket\n"); - while (MHD_NO == - MHD_upgrade_action (urh, - MHD_UPGRADE_ACTION_FLUSH)) - usleep (1000); MHD_upgrade_action (urh, MHD_UPGRADE_ACTION_CLOSE); fprintf (stderr, |