Skip to content

Commit d248e8e

Browse files
committed
fix comment
1 parent 272cfa7 commit d248e8e

File tree

1 file changed

+4
-3
lines changed
  • libs/server-sent-events/include/launchdarkly/sse

1 file changed

+4
-3
lines changed

libs/server-sent-events/include/launchdarkly/sse/client.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,10 @@ class Builder {
132132
Builder& errors(ErrorCallback callback);
133133

134134
/**
135-
* If connecting to a TLS endpoint, whether to verify the remote
136-
* peer's certificates.
137-
* @param verify_peer True to verify the peer, false otherwise.
135+
* If connecting to an endpoint with TLS, whether to skip verifying the
136+
* remote peer's certificates. Verification is enabled by default.
137+
*
138+
* @param verify_peer True to skip verification, false to verify.
138139
* @return Reference to this builder.
139140
*/
140141
Builder& skip_verify_peer(bool skip_verify_peer);

0 commit comments

Comments
 (0)