diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index 2bb37f7f..5f310c8e 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -381,7 +381,7 @@ "HTTP request has invalid character in footer." \ "" #else -#define ERR_RSP_INVALID_CHR_IN_HEADER "" +#define ERR_RSP_INVALID_CHR_IN_FOOTER "" #endif /** @@ -394,7 +394,7 @@ "HTTP request header line has no colon character." \ "" #else -#define ERR_RSP_INVALID_CHR_IN_HEADER "" +#define ERR_RSP_HEADER_WITHOUT_COLON "" #endif /**