fix chunked transfer encoding in keepalive mode
[project/uhttpd.git] / uhttpd.h
index fbcb1ed7a0c968087f39e1eca4e65305752c7b8e..be9ee7ff23e9a94a384271001aeb5d65976358e6 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -112,7 +112,7 @@ struct http_request {
        int content_length;
        bool expect_cont;
        bool connection_close;
-       bool respond_chunked;
+       bool disable_chunked;
        uint8_t transfer_chunked;
        const struct auth_realm *realm;
 };