runtests.pl: use 'h2c' now, no -14 anymore

This commit is contained in:
Daniel Stenberg 2015-05-18 10:10:55 +02:00
parent 7ff7e45405
commit d69eee0964
1 changed files with 1 additions and 1 deletions

View File

@ -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