diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-11-23 11:22:23 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-11-23 11:22:23 +0900 |
| commit | 6adf17050b1b28612fd49a11b302b959fee1e192 (patch) | |
| tree | ca483fc3f2fe8a426922ec7b14ca2268966cf0ae /t/t5559-http-fetch-smart-http2.sh | |
| parent | 4b76998ff0e960759f492f1390e00b24c90537b8 (diff) | |
| parent | b637a41ebe0e65b6d64dd65efaf848b4705dcbed (diff) | |
| download | git-6adf17050b1b28612fd49a11b302b959fee1e192.tar.gz | |
Merge branch 'gc/redact-h2h3-headers'
Redact headers from cURL's h2h3 module in GIT_CURL_VERBOSE and
others.
* gc/redact-h2h3-headers:
http: redact curl h2h3 headers in info
t: run t5551 tests with both HTTP and HTTP/2
Diffstat (limited to 't/t5559-http-fetch-smart-http2.sh')
| -rwxr-xr-x | t/t5559-http-fetch-smart-http2.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t5559-http-fetch-smart-http2.sh b/t/t5559-http-fetch-smart-http2.sh new file mode 100755 index 0000000000..9eece71c2c --- /dev/null +++ b/t/t5559-http-fetch-smart-http2.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +HTTP_PROTO=HTTP/2 +. ./t5551-http-fetch-smart.sh |
