[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.
- [libmicrohttpd] 241/335: WIP-3, (continued)
- [libmicrohttpd] 241/335: WIP-3, gnunet, 2024/07/27
- [libmicrohttpd] 248/335: WIP-5 fixes-2, gnunet, 2024/07/27
- [libmicrohttpd] 244/335: microhttpd2.h: improved URI and termination callbacks and related data, gnunet, 2024/07/27
- [libmicrohttpd] 252/335: expand test suite, gnunet, 2024/07/27
- [libmicrohttpd] 260/335: Copy-paste & merge errors clean-up, gnunet, 2024/07/27
- [libmicrohttpd] 247/335: WIP-5 fixes, gnunet, 2024/07/27
- [libmicrohttpd] 261/335: split up convenience API, gnunet, 2024/07/27
- [libmicrohttpd] 250/335: fix shadowing, gnunet, 2024/07/27
- [libmicrohttpd] 264/335: expand test suite to cover upload and sendfile(), gnunet, 2024/07/27
- [libmicrohttpd] 233/335: -wrong variable, gnunet, 2024/07/27
- [libmicrohttpd] 263/335: -remove redundant comments,
gnunet <=
- [libmicrohttpd] 262/335: expand test suite to cover more threading modes, gnunet, 2024/07/27
- [libmicrohttpd] 266/335: ignore, gnunet, 2024/07/27
- [libmicrohttpd] 255/335: clean up example, gnunet, 2024/07/27
- [libmicrohttpd] 256/335: minimal_example2: saved two extra calls of MHD_daemon_destroy(), gnunet, 2024/07/27
- [libmicrohttpd] 274/335: daemon_start.c: make sure that sys symbols defined, gnunet, 2024/07/27
- [libmicrohttpd] 276/335: Workaround for Linux kernel bug, gnunet, 2024/07/27
- [libmicrohttpd] 267/335: epoll and other fixes, gnunet, 2024/07/27
- [libmicrohttpd] 249/335: fix FTBFS issues, gnunet, 2024/07/27
- [libmicrohttpd] 270/335: -fix test setup logic, gnunet, 2024/07/27
- [libmicrohttpd] 258/335: fix copy and paste bug, gnunet, 2024/07/27