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 3fbd6ff commit 41d7d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ impl Client {

// Setters

/// 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
/// Change `session-resumption-enabled` property (`false` by default)
/// * [Gemini specification](https://geminiprotocol.net/docs/protocol-specification.gmi#client-certificates)
/// * [GnuTLS manual](https://www.gnutls.org/manual/html_node/Session-resumption.html)
pub fn set_session_resumption(&mut self, is_enabled: bool) {
self.is_session_resumption = is_enabled
}
Expand Down

0 comments on commit 41d7d8e

Please sign in to comment.