From a5138de52dc022aaec26948055da676851613086 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 3 Jan 2013 02:49:36 +0100 Subject: fix chunked postdata parsing --- uhttpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uhttpd.h') diff --git a/uhttpd.h b/uhttpd.h index c36d3bb..b2404f4 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -81,7 +81,7 @@ struct http_request { int redirect_status; int content_length; bool expect_cont; - bool transfer_chunked; + uint8_t transfer_chunked; const char *url; const struct auth_realm *realm; }; -- cgit v1.2.3