From 911fb13a6993590fd5f2cf2415137b9fab2dee6c Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 30 Nov 2024 19:22:14 +0200 Subject: [PATCH] update comment --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 403b74b..b01b744 100644 --- a/src/client.rs +++ b/src/client.rs @@ -74,12 +74,12 @@ impl Client { /// High-level method make new async request to given [Uri](https://docs.gtk.org/glib/struct.Uri.html), /// callback with new `Response`on success or `Error` on failure /// + /// * implement `certificate` comparison with previously defined for this `uri`, force rehandshake if does not match /// * 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, 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, uri: Uri,