Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Dec 1, 2024
1 parent ce19e94 commit 3fbd6ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ impl Client {

// Setters

/// Change `session-resumption-enabled` property to apply new certificate option in runtime
/// Change `session-resumption-enabled` property value to apply new certificate option in runtime
/// https://www.gnutls.org/manual/html_node/Session-resumption.html
/// * disabled by default
pub fn set_session_resumption(&mut self, is_enabled: bool) {
self.is_session_resumption = is_enabled
Expand Down

0 comments on commit 3fbd6ff

Please sign in to comment.