Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch's signal AbortSignal.timeout don't work #7512

Closed
drag0n-app opened this issue Dec 7, 2023 · 2 comments
Closed

fetch's signal AbortSignal.timeout don't work #7512

drag0n-app opened this issue Dec 7, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@drag0n-app
Copy link

What version of Bun is running?

1.0.15

What platform is your computer?

Darwin 23.0.0 arm64 arm

What steps can reproduce the bug?

await fetch('https://www.google.com', {signal: AbortSignal.timeout(100)})

What is the expected behavior?

TimeoutError: The operation timed out.

What do you see instead?

Waiting a long time to throw TimeoutError

Additional information

I test it on Linux 5.15.0-89-generic x86_64 x86_64(bun 1.0.15+b3bdf22eb) is OK.

@drag0n-app drag0n-app added the bug Something isn't working label Dec 7, 2023
@drag0n-app drag0n-app closed this as not planned Won't fix, can't repro, duplicate, stale Dec 9, 2023
@Jarred-Sumner
Copy link
Collaborator

why closed? I don't think we fixed this yet

@drag0n-app
Copy link
Author

why closed? I don't think we fixed this yet

Duplicate of #2489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants