From 70ccefeaa9798cddc7f16288663df7d9bf20ba1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 3 Apr 2022 02:10:58 +0200 Subject: [PATCH] doc: change "OCSP Request" to "OCSP request" --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index ad0f5d013cc683..ce6ae971ba3175 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -605,7 +605,7 @@ no OCSP response. Calling `callback(err)` will result in a `socket.destroy(err)` call. -The typical flow of an OCSP Request is as follows: +The typical flow of an OCSP request is as follows: 1. Client connects to the server and sends an `'OCSPRequest'` (via the status info extension in ClientHello).