You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix incorrect documentation for certificate verification on the server builder (#882)
Motivation:
The server build incorrectly claimed that without manually calling
`withTLS(certificateVerification:)` that `.fullVerification` would be
used. The default is actually `.none`.
Modifications:
Change the documented default to `.none`.
Result:
Documentation is no longer incorrect.
0 commit comments