]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
provide a missing %s corresponding to colonport
authorJeff Trawick <trawick@apache.org>
Wed, 1 May 2002 16:59:52 +0000 (16:59 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 1 May 2002 16:59:52 +0000 (16:59 +0000)
(the bug was introduced in the current development cycle, so
no CHANGES entry is necessary)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94894 13f79535-47bb-0310-9956-ffa450edef68

src/support/ab.c

index 54acbeaffff3424c9050498a04ca40c0da3f93ee..a7b34eecd7ef38fd24af8fb3c592ea4be39dbf5f 100644 (file)
@@ -1262,7 +1262,7 @@ static void test(void)
                "POST %s HTTP/1.0\r\n"
                "User-Agent: ApacheBench/%s\r\n"
                "%s" "%s" "%s"
-               "Host: %s\r\n"
+               "Host: %s%s\r\n"
                "Accept: */*\r\n"
                "Content-length: %d\r\n"
                "Content-type: %s\r\n"
@@ -1346,14 +1346,14 @@ static void test(void)
 static void copyright(void)
 {
     if (!use_html) {
-       printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.61 $> apache-1.3");
+       printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.62 $> apache-1.3");
        printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
        printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n");
        printf("\n");
     }
     else {
        printf("<p>\n");
-       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.61 $");
+       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.62 $");
        printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
        printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
        printf("</p>\n<p>\n");