From 7117da5d94b60917dd87fb7e0000d24ed2b39576 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 7 Dec 2021 21:17:16 -0500 Subject: fixes #1522 tests/httpserver static handler response body format not correct --- tests/httpserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/httpserver.c b/tests/httpserver.c index 445aad0e..f7a28b5d 100644 --- a/tests/httpserver.c +++ b/tests/httpserver.c @@ -25,7 +25,7 @@ #include "convey.h" #include "core/nng_impl.h" -const char *doc1 = "Someone is home!"; +const char *doc1 = "Someone is home!"; const char *doc2 = "This is a text file."; const char *doc3 = "This is doc number 3."; const char *doc4 = "Whoops, Errored!"; -- cgit v1.2.3-70-g09d2