fix chunked transfer encoding in keepalive mode
[project/uhttpd.git] / uhttpd.h
index fbcb1ed..be9ee7f 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;
 };