libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

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

perf_replies: corrected response filler

Diffstat:
Msrc/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 @@ -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";