diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 02:49:36 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 02:49:36 +0100 |
commit | a5138de52dc022aaec26948055da676851613086 (patch) | |
tree | ac86e227a45a9307a059cc119937236a4f0bf2ac /uhttpd.h | |
parent | 7e44c75338854297431cce9470160b4dd3974766 (diff) |
fix chunked postdata parsing
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |