gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd2] 04/08: perf_replies: corrected response filler


From: Admin
Subject: [libmicrohttpd2] 04/08: perf_replies: corrected response filler
Date: Sat, 14 Jun 2025 19:15:19 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd2.

commit f480f02feaa6230b37f29032b26ace094b5ce744
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
AuthorDate: Sat Jun 14 13:27:34 2025 +0200

    perf_replies: corrected response filler
---
 src/tools/perf_replies.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/perf_replies.c b/src/tools/perf_replies.c
index 94c5e2e..0e2efcd 100644
--- a/src/tools/perf_replies.c
+++ b/src/tools/perf_replies.c
@@ -1487,7 +1487,7 @@ init_response_body_data (void)
       size_t filler_pos;
       static const char body_header[] =
         "<html>\n"
-        "<head>\n<title>Sample page title</title>\n<head>\n"
+        "<head>\n<title>Sample page title</title>\n</head>\n"
         "<body>\n";
       static const char body_filler[] =
         "The quick brown fox jumps over the lazy dog.<br>\n";

-- 
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]