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 41d7d8e commit d313f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl Client {

// Setters

/// Change `session-resumption-enabled` property (`false` by default)
/// Change glib-networking `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) {
Expand Down

0 comments on commit d313f90

Please sign in to comment.