You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2015/07/24 15:46:08 UTC

svn commit: r1692516 - /httpd/httpd/trunk/server/core.c

Author: icing
Date: Fri Jul 24 13:46:08 2015
New Revision: 1692516

URL: http://svn.apache.org/r1692516
Log:
removed accidental code

Modified:
    httpd/httpd/trunk/server/core.c

Modified: httpd/httpd/trunk/server/core.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?rev=1692516&r1=1692515&r2=1692516&view=diff
==============================================================================
--- httpd/httpd/trunk/server/core.c (original)
+++ httpd/httpd/trunk/server/core.c Fri Jul 24 13:46:08 2015
@@ -3827,9 +3827,6 @@ static const char *set_http_protocol(cmd
     core_server_config *conf =
         ap_get_core_module_config(cmd->server->module_config);
 
-    if (!conf->protocols) {
-        
-    }
     if (strncmp(arg, "min=", 4) == 0) {
         arg += 4;
         if (strcmp(arg, "0.9") == 0)