aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/test_upgrade_large.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/test_upgrade_large.c b/src/microhttpd/test_upgrade_large.c
index 6f2a1b94..fa7c0cb5 100644
--- a/src/microhttpd/test_upgrade_large.c
+++ b/src/microhttpd/test_upgrade_large.c
@@ -705,6 +705,8 @@ run_usock (void *cls)
705{ 705{
706 struct MHD_UpgradeResponseHandle *urh = cls; 706 struct MHD_UpgradeResponseHandle *urh = cls;
707 707
708 MHD_upgrade_action (urh,
709 MHD_UPGRADE_ACTION_CORK_OFF);
708 send_all (usock, 710 send_all (usock,
709 LARGE_STRING); 711 LARGE_STRING);
710 recv_all (usock, 712 recv_all (usock,