mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update comment
This commit is contained in:
parent
41d7d8e4f3
commit
d313f900ba
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ impl Client {
|
||||||
|
|
||||||
// Setters
|
// 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)
|
/// * [Gemini specification](https://geminiprotocol.net/docs/protocol-specification.gmi#client-certificates)
|
||||||
/// * [GnuTLS manual](https://www.gnutls.org/manual/html_node/Session-resumption.html)
|
/// * [GnuTLS manual](https://www.gnutls.org/manual/html_node/Session-resumption.html)
|
||||||
pub fn set_session_resumption(&mut self, is_enabled: bool) {
|
pub fn set_session_resumption(&mut self, is_enabled: bool) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue