aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_quiesce_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_quiesce_stream.c')
-rw-r--r--src/testcurl/test_quiesce_stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/test_quiesce_stream.c b/src/testcurl/test_quiesce_stream.c
index 7885a048..38263e07 100644
--- a/src/testcurl/test_quiesce_stream.c
+++ b/src/testcurl/test_quiesce_stream.c
@@ -61,7 +61,7 @@ resume_connection (void *arg)
61{ 61{
62 struct MHD_Connection *connection = arg; 62 struct MHD_Connection *connection = arg;
63 63
64 fprintf (stderr, "Calling resume\n"); 64 /* fprintf (stderr, "Calling resume\n"); */
65 MHD_resume_connection (connection); 65 MHD_resume_connection (connection);
66 return NULL; 66 return NULL;
67} 67}
@@ -72,7 +72,7 @@ suspend_connection (struct MHD_Connection *connection)
72{ 72{
73 pthread_t thread_id; 73 pthread_t thread_id;
74 74
75 fprintf (stderr, "Calling suspend\n"); 75 /* fprintf (stderr, "Calling suspend\n"); */
76 MHD_suspend_connection (connection); 76 MHD_suspend_connection (connection);
77 int status = pthread_create (&thread_id, 77 int status = pthread_create (&thread_id,
78 NULL, 78 NULL,