From 397644d3abccc726d145b9fd0b7f6dcb69da4da5 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 28 May 2007 08:12:11 +0000 Subject: [PATCH] Removed deprecated comment --- sapi/cgi/cgi_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 01f5ab758f..a96bc5ef7c 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1253,8 +1253,6 @@ consult the installation file that came with this distribution, or visit \n\ } } - /* for windows, socket listening is broken in the fastcgi library itself - so dissabling this feature on windows till time is available to fix it */ if (bindpath) { fcgi_fd = fcgi_listen(bindpath, 128); if (fcgi_fd < 0) { -- 2.50.1