From c50600d65e1876d2e64b0cd73814ab6c9a98e233 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Wed, 19 Feb 2025 23:46:28 +0000 Subject: [PATCH 1/2] Add close function that allows for cleaning closing tls connection Signed-off-by: James Sturtevant --- imports.md | 12 ++++++++++++ wit/types.wit | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/imports.md b/imports.md index 84c8737..01371bd 100644 --- a/imports.md +++ b/imports.md @@ -437,6 +437,9 @@ is ready for reading, before performing the splice.

#### `type pollable` [`pollable`](#pollable)

+#### `type io-error` +[`error`](#error) +

#### `resource client-handshake`

resource client-connection

resource future-client-streams

@@ -462,6 +465,15 @@ is ready for reading, before performing the splice.

+

[method]client-connection.close-notify: func

+
Params
+ +
Return values
+

[method]future-client-streams.subscribe: func

Params