poll read data after connect as well
[project/uhttpd.git] / uhttpd.h
index e73e235..38f60d3 100644 (file)
--- 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;