]> granicus.if.org Git - apache/commitdiff
* server/mpm_common.c (dummy_connection): Use "OPTIONS *" for request
authorJoe Orton <jorton@apache.org>
Mon, 12 Mar 2007 14:49:07 +0000 (14:49 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 12 Mar 2007 14:49:07 +0000 (14:49 +0000)
on dummy connection.

PR: 41796

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@517233 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index 09fea3400b86ce051219bd0e194f8a2974d2eced..832cc4084b427bc24c6480de89ca3591eab9c906 100644 (file)
@@ -635,7 +635,7 @@ static apr_status_t dummy_connection(ap_pod_t *pod)
      * adminstrators can track down the cause of the odd-looking
      * requests in their logs.
      */
-    srequest = apr_pstrcat(p, "GET / HTTP/1.0\r\nUser-Agent: ",
+    srequest = apr_pstrcat(p, "OPTIONS * HTTP/1.0\r\nUser-Agent: ",
                            ap_get_server_banner(),
                            " (internal dummy connection)\r\n\r\n", NULL);