mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comment
This commit is contained in:
parent
3ca06362ed
commit
e1b2a2b3d2
@ -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…
x
Reference in New Issue
Block a user