From: Daniel Stenberg Date: Mon, 18 May 2015 08:10:55 +0000 (+0200) Subject: runtests.pl: use 'h2c' now, no -14 anymore X-Git-Tag: curl-7_43_0~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d69eee0964e807158d2aa9acec2fec08ab0b2aba;p=thirdparty%2Fcurl.git runtests.pl: use 'h2c' now, no -14 anymore --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 33d841231b..01010913be 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -226,7 +226,7 @@ my $has_cares; # set if built with c-ares my $has_threadedres;# set if built with threaded resolver # this version is decided by the particular nghttp2 library that is being used -my $h2cver = "h2c-14"; +my $h2cver = "h2c"; my $has_openssl; # built with a lib using an OpenSSL-like API my $has_gnutls; # built with GnuTLS