summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uhttpd.h b/uhttpd.h
index fbcb1ed..be9ee7f 100644
--- 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;
};