diff --git a/package.json b/package.json index 90af5db..889f070 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@hazae41/cadenas", - "version": "0.0.2", + "version": "0.0.3", "description": "Zero-copy TLS protocol for the web", "homepage": "https://github.com/hazae41/cadenas", "repository": "github:hazae41/cadenas", diff --git a/src/mods/tls.ts b/src/mods/tls.ts index 4d0c2ba..cf0930f 100644 --- a/src/mods/tls.ts +++ b/src/mods/tls.ts @@ -226,9 +226,6 @@ export class TlsStream extends EventTarget { const trash = new WritableStream() - /** - * Force call to read.readable.transform() - */ rtrashable .pipeTo(trash, { signal }) .catch(this.onError.bind(this))