Mailing List Archive

r146 - cherokee/cherokee
Author: alo
Date: 2006-01-16 13:47:03 +0100 (Mon, 16 Jan 2006)
New Revision: 146

Modified:
cherokee/cherokee/fcgi_manager.c
Log:


Modified: cherokee/cherokee/fcgi_manager.c
===================================================================
--- cherokee/cherokee/fcgi_manager.c 2006-01-16 11:24:49 UTC (rev 145)
+++ cherokee/cherokee/fcgi_manager.c 2006-01-16 12:47:03 UTC (rev 146)
@@ -172,8 +172,10 @@

ret = cherokee_socket_connect (fcgim->socket);
fcgim->connected = (ret == ret_ok);
-
+
+#if 0
cherokee_fd_set_nonblocking (fcgim->socket->socket);
+#endif
return ret;
}