summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-19 16:07:15 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-19 16:07:15 +0100
commit4c6ee39cb985e47c88bd65783ff5385a32c4bd3f (patch)
tree885c259990a5c1051047a01659c137898d8a11e5 /uhttpd.h
parent74476cc006ea6bd8ccf2bed0474113bdad96de02 (diff)
poll read data after connect as well
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uhttpd.h b/uhttpd.h
index e73e235..38f60d3 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -222,6 +222,7 @@ struct client {
struct ustream_ssl ssl;
#endif
struct uloop_timeout timeout;
+ int requests;
enum client_state state;
bool tls;