mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55: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
|
// https://geminiprotocol.net/docs/protocol-specification.gmi#status-62-certificate-not-valid
|
||||||
gemini::client::response::meta::Status::CertificateInvalid => {
|
gemini::client::response::meta::Status::CertificateInvalid => {
|
||||||
// Close connection
|
// Close connection
|
||||||
let _ = response.connection.close();
|
let _ = response.connection.close(); // @TODO
|
||||||
|
|
||||||
// Define common data
|
// Define common data
|
||||||
let status = Status::Success;
|
let status = Status::Success;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue