Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
chibat committed Jul 13, 2020
1 parent 06247a0 commit 537acc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/http_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ async function connectProxy(url: URL, conn: Deno.Conn, reader: BufReader) {
break;
}
}

// TODO if 200 response, start TLS
}

export class Header {
Expand Down

0 comments on commit 537acc7

Please sign in to comment.