fix: use tab replace space indentation

This commit is contained in:
Gaukas Wang 2023-03-12 10:56:36 -06:00 committed by GitHub
parent 2416f018e3
commit c92ad4bfa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -656,11 +656,11 @@ type Config struct {
// testing or in combination with VerifyConnection or VerifyPeerCertificate.
InsecureSkipVerify bool
// InsecureSkipTimeVerify controls whether a client verifies the server's
// certificate chain against time. If InsecureSkipTimeVerify is true,
// crypto/tls accepts the certificate even when it is expired.
//
// This field is ignored when InsecureSkipVerify is true.
// InsecureSkipTimeVerify controls whether a client verifies the server's
// certificate chain against time. If InsecureSkipTimeVerify is true,
// crypto/tls accepts the certificate even when it is expired.
//
// This field is ignored when InsecureSkipVerify is true.
InsecureSkipTimeVerify bool // [uTLS]
// InsecureServerNameToVerify is used to verify the hostname on the returned