gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 263/335: -remove redundant comments


From: gnunet
Subject: [libmicrohttpd] 263/335: -remove redundant comments
Date: Sat, 27 Jul 2024 22:02:39 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.

commit e48621e72abc3afd9fe8cf71a06023f417db2ee5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 21 20:23:01 2024 +0200

    -remove redundant comments
---
 src/tests/basic/test_client_server.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/tests/basic/test_client_server.c 
b/src/tests/basic/test_client_server.c
index 269559c6..adf7ee49 100644
--- a/src/tests/basic/test_client_server.c
+++ b/src/tests/basic/test_client_server.c
@@ -152,7 +152,6 @@ main (int argc, char *argv[])
       .timeout_ms = 5,
     },
     // Basic upload
-    // HTTP client header
     {
       .label = "client request with custom header",
       .server_cb = &MHDT_server_reply_check_header,
@@ -161,7 +160,6 @@ main (int argc, char *argv[])
       .client_cb_cls = "C-Header:testvalue",
       .timeout_ms = 5,
     },
-    // Response with custom header
     {
       .label = "server response with custom header",
       .server_cb = &MHDT_server_reply_with_header,
@@ -170,7 +168,6 @@ main (int argc, char *argv[])
       .client_cb_cls = "X-Header:testvalue",
       .timeout_ms = 5,
     },
-    // URL with query parameters
     {
       .label = "URL with query parameters",
       .server_cb = &MHDT_server_reply_check_query,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]