From 5e9e3aecd2aa9da0204a42dc1ea6e8e4ebcafad4 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 30 Nov 2024 18:27:25 +0200 Subject: [PATCH] update comment --- src/client.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index ec321d0..403b74b 100644 --- a/src/client.rs +++ b/src/client.rs @@ -77,7 +77,8 @@ impl Client { /// * method does not close new `Connection` by default, hold it in `Session`, /// expect from user manual `Response` handle with close act on complete /// * ignores default session resumption provided by Glib TLS backend, - /// instead of that, applies new `certificate` to sessions match `uri` scope + /// instead, applies new `certificate` to available sessions match + /// `uri` [scope](https://geminiprotocol.net/docs/protocol-specification.gmi#status-60) /// * implement certificate change ability in application runtime pub fn request_async( &self,