From e1b2a2b3d2bbecfb96b81f42bf4d9f9ba1a910b1 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 21 Nov 2024 22:04:59 +0200 Subject: [PATCH] update comment --- src/app/browser/window/tab/item/page.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/browser/window/tab/item/page.rs b/src/app/browser/window/tab/item/page.rs index f49db94b..f42e6ff6 100644 --- a/src/app/browser/window/tab/item/page.rs +++ b/src/app/browser/window/tab/item/page.rs @@ -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); // Create connection