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 <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Mestery <[email protected]>
  • Loading branch information
tniessen committed Apr 3, 2022
1 parent 1c69dfe commit 84ea252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
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 84ea252

Please sign in to comment.