mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
remove extra reference
This commit is contained in:
parent
4038172735
commit
99583aa719
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ impl Connection {
|
||||||
) {
|
) {
|
||||||
Ok(tls_client_connection) => {
|
Ok(tls_client_connection) => {
|
||||||
// Prevent session resumption (on certificate change in runtime)
|
// Prevent session resumption (on certificate change in runtime)
|
||||||
tls_client_connection.set_property("session-resumption-enabled", &false);
|
tls_client_connection.set_property("session-resumption-enabled", false);
|
||||||
|
|
||||||
// Is user session
|
// Is user session
|
||||||
// https://geminiprotocol.net/docs/protocol-specification.gmi#client-certificates
|
// https://geminiprotocol.net/docs/protocol-specification.gmi#client-certificates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue