Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Nov 15, 2023
1 parent 0e685e5 commit ad93551
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/website/pages/http.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ async function createTlsStream(tcp: ReadableWritablePair<Opaque, Writable>) {
.pipeTo(tcp.writable, {})
.catch(e => console.error({ e }))

// tls.events.input.on("certificates", () => {
// return new Some(new Err(`Wrong certificate`))
// })

return tls
}

Expand Down

0 comments on commit ad93551

Please sign in to comment.