We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9ca36 commit dc993c1Copy full SHA for dc993c1
no80.c
@@ -8,7 +8,7 @@
8
#define STR(s) #s
9
#define STR_EVAL(e) STR(e)
10
#define VERSION_STR STR_EVAL(VERSION)
11
-const char *plate_text = "The resource effective redirecting http server v" VERSION_STR;
+const char *plate_text = "The resource effective redirecting http and https server v" VERSION_STR;
12
13
#define _GNU_SOURCE
14
#include <stdio.h>
0 commit comments