You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/12/15 15:53:56 UTC

svn commit: r890812 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c

Author: trawick
Date: Tue Dec 15 14:53:55 2009
New Revision: 890812

URL: http://svn.apache.org/viewvc?rev=890812&view=rev
Log:
axe a warning about bug 47873 (misnumbered in the comment)

Modified:
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c?rev=890812&r1=890811&r2=890812&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c Tue Dec 15 14:53:55 2009
@@ -951,9 +951,7 @@
         const char *option = ap_getword_white(cmd->pool, &args);
         const char *val;
 
-        /* don't support BusyTimeout until BZ #47483 is fixed
-         * (The kludge in bucket_ctx_cleanup wouldn't have addressibility
-         * to the cmd-specific busy timeout setting.)
+        /* TODO: Consider supporting BusyTimeout.
          */
 
         if (!strcasecmp(option, "ConnectTimeout")) {