update readme

This commit is contained in:
yggverse 2024-10-25 19:30:51 +03:00
parent 4bcbf50163
commit 6819de5276

View file

@ -47,7 +47,7 @@ match Uri::parse("gemini://geminiprotocol.net/", UriFlags::NONE) {
Pay attention: Pay attention:
* Response [Buffer](#clientsocketconnectioninputbufferBuffer) limited to default `capacity` (0x400) and `max_size` (0xfffff). If you want to change these values, use low-level API to setup connection manually. * Response [Buffer](#clientsocketconnectioninputbufferBuffer) limited to default `capacity` (0x400) and `max_size` (0xfffff). If you want to change these values, use low-level API to setup connection manually.
* If you want to use [Cancelable](https://docs.gtk.org/gio/class.Cancellable.html) or async Priority values, take a look at [connection](#clientsocketconnection) methods. * To use [Cancelable](https://docs.gtk.org/gio/class.Cancellable.html) or async Priority values, take a look at [connection](#clientsocketconnection) methods.
#### `client::Error` #### `client::Error`