Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Jan 15, 2023
1 parent 5fcefcd commit dfb17bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 0 additions & 3 deletions src/mods/tls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit dfb17bb

Please sign in to comment.