mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update comment
This commit is contained in:
parent
3ca06362ed
commit
e1b2a2b3d2
1 changed files with 2 additions and 1 deletions
|
|
@ -505,7 +505,8 @@ impl Page {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// https://geminiprotocol.net/docs/protocol-specification.gmi#server-name-indication
|
// Implement shared [SocketConnectable](https://docs.gtk.org/gio/iface.SocketConnectable.html) interface
|
||||||
|
// * required also on `auth` step ([SNI](https://geminiprotocol.net/docs/protocol-specification.gmi#server-name-indication))
|
||||||
let connectable = NetworkAddress::new(&uri.host().unwrap(), 1965);
|
let connectable = NetworkAddress::new(&uri.host().unwrap(), 1965);
|
||||||
|
|
||||||
// Create connection
|
// Create connection
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue