added anot for TODO impkementations in the fork server

This commit is contained in:
Roberto De Ioris
2014-05-12 03:13:21 +02:00
parent 9e618ee105
commit f7fa4f760a
+1 -1
View File
@@ -112,7 +112,7 @@ void uwsgi_fork_server(char *socket) {
goto end;
}
else {
// close everything excluded 0,1,2, the passed fds and client_fd
// TODO close everything excluded 0,1,2, the passed fds and client_fd
// set EMPEROR_FD and FD_CONFIG env vars
char *uef = uwsgi_num2str(fds[0]);
if (setenv("UWSGI_EMPEROR_FD", uef, 1)) {