Skip to content

Commit

Permalink
doc: change "OCSP Request" to "OCSP request"
Browse files Browse the repository at this point in the history
PR-URL: #42582
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
  • Loading branch information
tniessen authored and juanarbol committed May 31, 2022
1 parent b3016c7 commit 0704e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Expand Up @@ -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).
Expand Down

0 comments on commit 0704e3b

Please sign in to comment.