fixed typo

Signed-off-by: mdarii <dariimaxim@gmail.com>
This commit is contained in:
mdarii 2023-05-02 21:26:37 +02:00
parent 3f8e9991c8
commit 85e8fcfcc1
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ If the remote server is enforcing TLS renegotiation, you also need to set the me
- `RenegotiateNever`
- `RenegotiateOnceAsClient`
- `RenegotiateFreelyAsClient`.
For more details see [the Go `RenegotiationSupport` documentation](https://pkg.go.dev/crypto/tls#RenegotiationSupport).
### When to use: