Skip to content

Conversation

littledivy
Copy link
Member

@littledivy littledivy commented Jul 15, 2025

Fixes #28507
Closes #28836

$ ../deno/target/debug/deno run -A npm:pnpm i --save yargs
Packages: +297
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 381, reused 257, downloaded 41, added 297, done

dependencies:
+ @deno/astro-adapter 0.2.1 (0.3.1 is available)
+ astro 5.12.0
+ yargs 18.0.0

@littledivy littledivy marked this pull request as ready for review July 18, 2025 16:09
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM, let's try to fix setImmediate soon to enable more tests

this.on("close", () => {
this.socket.emit("close");
// Let the final data flush before closing the socket.
this.socket.once("drain", () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, is this exercised any any tests?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Existing tests in tests/unit_node/http_test.ts

@littledivy littledivy merged commit 5cfe47a into denoland:main Jul 28, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Work towards addressing node-compat stdio streaming bugs brotli decompress stream fails in pnpm

2 participants