diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-19 16:07:15 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-19 16:07:15 +0100 |
commit | 4c6ee39cb985e47c88bd65783ff5385a32c4bd3f (patch) | |
tree | 885c259990a5c1051047a01659c137898d8a11e5 /uhttpd.h | |
parent | 74476cc006ea6bd8ccf2bed0474113bdad96de02 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -222,6 +222,7 @@ struct client { struct ustream_ssl ssl; #endif struct uloop_timeout timeout; + int requests; enum client_state state; bool tls; |