1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests
Bert Belder cf9c4f0031
feat(ext/net): add TlsConn.handshake() (#12467)
A `handshake()` method was added that returns when the TLS handshake is
complete. The `TlsListener` and `TlsConn` interfaces were added to
accomodate this new method.

Closes: #11759.
2021-10-26 22:27:47 +02:00
..
integration fix(cli): do not cache emit when diagnostics present (#12541) 2021-10-26 10:34:16 +11:00
testdata fix(cli): do not cache emit when diagnostics present (#12541) 2021-10-26 10:34:16 +11:00
unit feat(ext/net): add TlsConn.handshake() (#12467) 2021-10-26 22:27:47 +02:00
integration_tests.rs chore: split up integration_tests.rs into separate files (#11131) 2021-06-27 13:27:36 -04:00