Skip to content

Conversation

@alii
Copy link
Member

@alii alii commented May 6, 2025

What does this PR do?

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

Test added and passes. Some of this feels like a bandaid so would be useful to get some insights about potentially better ways to implement this.

@alii alii requested review from a team, Jarred-Sumner and cirospaciari May 6, 2025 18:25
@robobun
Copy link
Collaborator

robobun commented May 6, 2025

Updated 1:53 PM PT - May 6th, 2025

@alii, your commit a42a5e2 has 8 failures in Build #16205:


🧪   To try this PR locally:

bunx bun-pr 19503

That installs a local version of the PR into your bun-19503 executable, so you can run:

bun-19503 --bun

}
this._handle?.timeout(Math.ceil(timeout / 1000));
this.timeout = timeout;
this._timeout = timeout;
Copy link
Member

Choose a reason for hiding this comment

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

Actually this is wrong should be this.timeout because nodejs will do this.timeout = msecs; in setStreamTimeout https://github.com/nodejs/node/blob/main/lib/internal/stream_base_commons.js#L236-L243

Copy link
Member

@cirospaciari cirospaciari left a comment

Choose a reason for hiding this comment

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

Test failures

@alii alii marked this pull request as draft May 7, 2025 21:59
@alii
Copy link
Member Author

alii commented May 7, 2025

Converting to draft for now

@alii alii closed this May 20, 2025
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.

4 participants