diff options
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ struct http_request { int content_length; bool expect_cont; bool connection_close; + bool respond_chunked; uint8_t transfer_chunked; const struct auth_realm *realm; }; |