aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/httpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index b8113a843..9c1aa2a6f 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1065,6 +1065,7 @@ static void send_headers(int responseNum)
1065static void send_headers_and_exit(int responseNum) NORETURN; 1065static void send_headers_and_exit(int responseNum) NORETURN;
1066static void send_headers_and_exit(int responseNum) 1066static void send_headers_and_exit(int responseNum)
1067{ 1067{
1068 IF_FEATURE_HTTPD_GZIP(content_gzip = 0;)
1068 send_headers(responseNum); 1069 send_headers(responseNum);
1069 log_and_exit(); 1070 log_and_exit();
1070} 1071}