summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Eissing <stefan@eissing.org>2022-11-29 16:41:15 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-11-30 13:56:06 +0100
commitca15b7512e8d1199e55fbaa206ef01e64b8f147d (patch)
treea503879b58a3130ed7d40af7ece475cfa111000c /.gitignore
parent0186ec41b1131e3b50dc51de40fa5137518a0c3f (diff)
downloadcurl-ca15b7512e8d1199e55fbaa206ef01e64b8f147d.tar.gz
tests: add HTTP/3 test case, custom location for proper nghttpx
- 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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 973e868d7..4198d13a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,5 @@ curl_fuzzer
curl_fuzzer_seed_corpus.zip
libstandaloneengine.a
tests/string
+tests/config
+