update comment

This commit is contained in:
yggverse 2024-11-30 18:27:25 +02:00
parent 2157e55db9
commit 5e9e3aecd2

View file

@ -77,7 +77,8 @@ impl Client {
/// * method does not close new `Connection` by default, hold it in `Session`, /// * method does not close new `Connection` by default, hold it in `Session`,
/// expect from user manual `Response` handle with close act on complete /// expect from user manual `Response` handle with close act on complete
/// * ignores default session resumption provided by Glib TLS backend, /// * 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 /// * implement certificate change ability in application runtime
pub fn request_async( pub fn request_async(
&self, &self,