- adding support for HTTP/3 test cases via a nghttpx server that is
build with ngtcp2 and nghttp3.
- test2500 is the first test case, performing a simple GET.
- nghttpx is checked for support and the 'feature' nghttpx-h3
is set accordingly. test2500 will only run, when supported.
- a specific nghttpx location can be given in the environment
variable NGHTTPX or via the configure option
--with-test-nghttpx=<path>
Extend NGHTTPX config to H2 tests as well
* use $ENV{NGHTTPX} and the configured default also in http2 server starts
* always provide the empty test/nghttpx.conf to nghttpx. as it defaults to
reading /etc/nghttpx/nghttpx.conf otherwise.
Added nghttpx to CI ngtcp2 jobs to run h3 tests.
Closes #9031
69 lines
732 B
Plaintext
69 lines
732 B
Plaintext
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
*.asc
|
|
*.dll
|
|
*.exe
|
|
*.exp
|
|
*.la
|
|
*.lib
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.pdb
|
|
*.pyc
|
|
*~
|
|
.*.sw?
|
|
.cproject
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
.project
|
|
.settings
|
|
/.vs
|
|
/bld/
|
|
/build/
|
|
/builds/
|
|
/stats/
|
|
__pycache__
|
|
CHANGES.dist
|
|
Debug
|
|
INSTALL
|
|
Makefile
|
|
Makefile.in
|
|
Release
|
|
TAGS
|
|
aclocal.m4
|
|
aclocal.m4.bak
|
|
autom4te.cache
|
|
compile
|
|
config.cache
|
|
config.guess
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
curl-*.tar.bz2
|
|
curl-*.tar.gz
|
|
curl-*.tar.xz
|
|
curl-*.zip
|
|
curl-config
|
|
depcomp
|
|
install-sh
|
|
libcurl.pc
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
mkinstalldirs
|
|
tags
|
|
test-driver
|
|
scripts/_curl
|
|
scripts/curl.fish
|
|
curl_fuzzer
|
|
curl_fuzzer_seed_corpus.zip
|
|
libstandaloneengine.a
|
|
tests/string
|
|
tests/config
|
|
|