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/10/26 16:09:10 UTC

svn commit: r1710615 - /httpd/test/mod_h2/trunk/test/test_upgrade.sh

Author: icing
Date: Mon Oct 26 15:09:10 2015
New Revision: 1710615

URL: http://svn.apache.org/viewvc?rev=1710615&view=rev
Log:
test uprade preference listing

Modified:
    httpd/test/mod_h2/trunk/test/test_upgrade.sh

Modified: httpd/test/mod_h2/trunk/test/test_upgrade.sh
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/test/test_upgrade.sh?rev=1710615&r1=1710614&r2=1710615&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/test/test_upgrade.sh (original)
+++ httpd/test/mod_h2/trunk/test/test_upgrade.sh Mon Oct 26 15:09:10 2015
@@ -30,7 +30,8 @@ URL_PREFIX="$URL_HTTP"
 # should see an announcement of h2c
 #
 curl_check_upgrade index.html "Upgrade: h2c" "expecting h2c"
-curl_check_upgrade index.html "" "expecting none" -H'Host: noh2.example.org'
+curl_check_upgrade index.html "" "expecting none (not configured)" -H'Host: noh2.example.org'
+curl_check_upgrade index.html "" "expecting none (less perferred)" -H'Host: test2.example.org'
 
 
 
@@ -39,4 +40,5 @@ URL_PREFIX="$URL_HTTPS"
 # should see an announcement of h2
 #
 curl_check_upgrade index.html "Upgrade: h2" "expecting h2"
-curl_check_upgrade index.html "" "expecting none" -H'Host: noh2.example.org'
+curl_check_upgrade index.html "" "expecting none (not configured)" -H'Host: noh2.example.org'
+curl_check_upgrade index.html "" "expecting none (less perferred)" -H'Host: test2.example.org'