aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_termination.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_termination.c')
-rw-r--r--src/testcurl/test_termination.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testcurl/test_termination.c b/src/testcurl/test_termination.c
index 72b77219..239f10ec 100644
--- a/src/testcurl/test_termination.c
+++ b/src/testcurl/test_termination.c
@@ -78,8 +78,7 @@ connection_handler (void *cls,
78 } 78 }
79 79
80 response = 80 response =
81 MHD_create_response_from_buffer (strlen ("Response"), "Response", 81 MHD_create_response_from_buffer_static (strlen ("Response"), "Response");
82 MHD_RESPMEM_PERSISTENT);
83 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); 82 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
84 MHD_destroy_response (response); 83 MHD_destroy_response (response);
85 84