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 Apr 6, 2022
1 parent e798e26 commit c83ea22
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 c83ea22

Please sign in to comment.