Enabling true multiple client request handling. - geomyidae - A small C-based gopherd.
(HTM) git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit f470bb28b01e20414e34e074a17447c556884095
(DIR) parent d9f4fcf65858a9e26d03fa9629c785b083714300
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Mon, 28 Feb 2011 20:52:20 +0100
Enabling true multiple client request handling.
Diffstat:
M main.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/main.c b/main.c
@@ -399,8 +399,6 @@ main(int argc, char *argv[])
clientp);
return 0;
default:
- wait(&opt);
- close(sock);
break;
}
}