0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/test_util/src
Matt Mastracci 02c5f49a7a
chore: refactor test_server and move to rustls-tokio-stream (#21117)
Remove tokio-rustls as a direct dependency of Deno and refactor
test_server to reduce code duplication.

All tcp and tls listener paths go through the same streams now, with the
exception of the simpler Hyper http-only handlers (those can be done in
a later follow-up).

Minor bugs fixed:
 - gRPC server should only serve h2
 - WebSocket over http/2 had a port overlap
- Restored missing eye-catchers for some servers (still missing on Hyper
ones)
2023-11-08 13:00:29 -07:00
..
testdata fix(test_util): parse strace usecs/call in total line if present (#18241) 2023-03-17 10:39:57 +02:00
assertions.rs refactor: remove DENO_UNSTABLE_NPM_SYNC_DOWNLOAD and custom sync functionality (#20504) 2023-09-14 17:51:28 +00:00
builders.rs fix(byonm): correct resolution for scoped packages (#21083) 2023-11-06 08:35:26 -05:00
factory.rs chore: Ensure copyright line is the first in the file (#19608) 2023-06-26 09:38:55 -06:00
fs.rs feat(unstable/lsp): support navigating to deno_modules folder (#20030) 2023-08-02 16:57:25 -04:00
https.rs chore: refactor test_server and move to rustls-tokio-stream (#21117) 2023-11-08 13:00:29 -07:00
lib.rs chore: refactor test_server and move to rustls-tokio-stream (#21117) 2023-11-08 13:00:29 -07:00
lsp.rs perf(lsp): cleanup workspace settings scopes (#20937) 2023-10-24 21:27:27 +01:00
npm.rs chore: update base64 crate (#20877) 2023-10-26 18:39:04 +02:00
pty.rs chore(test_util): Increate pty timeout to 15s to avoid flakes (#20109) 2023-08-09 12:49:05 -06:00
test_server.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00