Fixed builds without messages

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-11-24 21:55:57 +03:00
parent e9e6a5f9d6
commit 06251c9017
+1 -1
View File
@@ -133,7 +133,7 @@
"<html><head><title>Request malformed</title></head>" \
"<body>Your HTTP request has wrong value for <b>Content-Length</b> header.</body></html>"
#else
#define REQUEST_CHUNKED_MALFORMED ""
#define REQUEST_CONTENTLENGTH_MALFORMED ""
#endif
/**