]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/http-redact-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Oct 2021 04:49:19 +0000 (21:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Oct 2021 04:49:19 +0000 (21:49 -0700)
commit58e2bc452b0539977eff6431d63867030429e2f4
treef77361ef1404d13680a203ad172523e83b9b82b4
parent976d3f00d658a0173598911730c0e4835f1b0057
parentb66c77a64e696eb5e5994a58c0d50073f8e93bf1
Merge branch 'jk/http-redact-fix'

Sensitive data in the HTTP trace were supposed to be redacted, but
we failed to do so in HTTP/2 requests.

* jk/http-redact-fix:
  http: match headers case-insensitively when redacting
http.c
t/t5551-http-fetch-smart.sh