Skip to content

Commit

Permalink
add link to type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bombillazo committed Sep 23, 2024
1 parent 236d93e commit 7c63aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connection/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ export class Connection {
if (accepts_tls) {
try {
// TODO: handle connection type without casting
// https://github.com/denoland/deno/issues/10200
await this.#openTlsConnection(this.#conn as Deno.TcpConn, {
hostname,
caCerts: caCertificates,
Expand Down

0 comments on commit 7c63aa2

Please sign in to comment.