mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update comments
This commit is contained in:
parent
2738bd8f3e
commit
c4b9fdebf2
1 changed files with 1 additions and 1 deletions
|
|
@ -777,7 +777,7 @@ impl Page {
|
|||
// https://geminiprotocol.net/docs/protocol-specification.gmi#status-62-certificate-not-valid
|
||||
gemini::client::response::meta::Status::CertificateInvalid => {
|
||||
// Close connection
|
||||
let _ = response.connection.close();
|
||||
let _ = response.connection.close(); // @TODO
|
||||
|
||||
// Define common data
|
||||
let status = Status::Success;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue