diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-04 01:15:08 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-04 01:15:08 +0100 |
commit | 6384dde85bb0729137c4de3c1c994edc5d7c8091 (patch) | |
tree | 85f16a5917da8866e2099fbea321ed6a503568b8 /uhttpd.h | |
parent | 5ee20abc0dea6e4187e212b1d8e9484f5e79f538 (diff) |
fix resuming accept() calls after exceeding client limit
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ extern struct dispatch_handler cgi_dispatch; void uh_index_add(const char *filename); -void uh_accept_client(int fd); +bool uh_accept_client(int fd); void uh_unblock_listeners(void); void uh_setup_listeners(void); |