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 2016/03/10 14:08:39 UTC

svn commit: r1734406 - in /httpd/test/mod_h2/trunk: conf/httpd.conf test/test_h2proxy_load.sh test/test_keepalive.sh

Author: icing
Date: Thu Mar 10 13:08:38 2016
New Revision: 1734406

URL: http://svn.apache.org/viewvc?rev=1734406&view=rev
Log:
adjustments for changed keepalive handling

Modified:
    httpd/test/mod_h2/trunk/conf/httpd.conf
    httpd/test/mod_h2/trunk/test/test_h2proxy_load.sh
    httpd/test/mod_h2/trunk/test/test_keepalive.sh

Modified: httpd/test/mod_h2/trunk/conf/httpd.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/httpd.conf?rev=1734406&r1=1734405&r2=1734406&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/conf/httpd.conf (original)
+++ httpd/test/mod_h2/trunk/conf/httpd.conf Thu Mar 10 13:08:38 2016
@@ -142,10 +142,10 @@ DocumentRoot "SUBST_SERVER_ROOT_SUBST/ht
     ProxyVia full    
 
     <Proxy "balancer://h2-local">
-        BalancerMember "h2://test2.example.org:SUBST_PORT_HTTPS_SUBST"
+        BalancerMember "h2://test.example.org:SUBST_PORT_HTTPS_SUBST"
     </Proxy>
     <Proxy "balancer://h2c-local">
-        BalancerMember "h2c://test2.example.org:SUBST_PORT_HTTP_SUBST"
+        BalancerMember "h2c://test.example.org:SUBST_PORT_HTTP_SUBST"
     </Proxy>
 </IfModule>
 

Modified: httpd/test/mod_h2/trunk/test/test_h2proxy_load.sh
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/test/test_h2proxy_load.sh?rev=1734406&r1=1734405&r2=1734406&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/test/test_h2proxy_load.sh (original)
+++ httpd/test/mod_h2/trunk/test/test_h2proxy_load.sh Thu Mar 10 13:08:38 2016
@@ -58,7 +58,7 @@ load_suite() {
 
 if min_version 2.5.0; then
 
-load_suite $HTTPS_AUTH/h2proxy
-load_suite $HTTPS_AUTH/h2cproxy
+load_suite $HTTPS_AUTH_2/h2proxy
+load_suite $HTTPS_AUTH_2/h2cproxy
 
 fi

Modified: httpd/test/mod_h2/trunk/test/test_keepalive.sh
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/test/test_keepalive.sh?rev=1734406&r1=1734405&r2=1734406&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/test/test_keepalive.sh (original)
+++ httpd/test/mod_h2/trunk/test/test_keepalive.sh Thu Mar 10 13:08:38 2016
@@ -36,7 +36,7 @@ EOF
 # delay of second request uses KeepAliveTimeout
 # should GOAWAY
 mh2fuzz_check_recv_frames index.html "keepalive on $URL_PREFIX" \
-        -f submit-delay5500-1 $URL_PREFIX/index2.html <<EOF
+        -f submit-delay6500-1 $URL_PREFIX/index2.html <<EOF
 0: recv SETTINGS[length=6, stream=0]
 0: recv WINDOW_UPDATE[stream=0, inc=2147418112]
 0: recv HEADERS[count=0, hend=1, stream=1, eos=0]