Re: [PATCH v2] http: add http.sslVerifyStatus to check stapled OCSP responses
Junio C Hamano <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
graysongordon-gl <[email protected]> writes: > Documentation/config/http.adoc | 17 +++++++ > http.c | 10 ++++ > t/t5567-http-verify-status.sh | 72 +++++++++++++++++++++++++++++++ > 3 files changed, 99 insertions(+) > create mode 100755 t/t5567-http-verify-status.sh Hmph, if we need a brand new script, please make sure the 4-digit number is not taken, not just in the sources to released versions but by other topics that are in flight. $ git show origin/seen:t | grep t5567 should be empty, but it is not. It seems mm/lib-httpd-cgi-safe topic grabbed it.