Skip to content

fix: Fix HTTP requests not timing out #122

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

Merged
merged 1 commit into from
Apr 29, 2025
Merged

fix: Fix HTTP requests not timing out #122

merged 1 commit into from
Apr 29, 2025

Conversation

emyller
Copy link
Contributor

@emyller emyller commented Apr 29, 2025

Fixes #115.

What is the problem

This: the default HTTP timeout (10 seconds) isn't used, leading to requests — under timeout-y circumstances — hanging for longer than stated in the docs.

How it was fixed

Respecting the default timeout.

How it was tested

Unit tests.

@emyller emyller force-pushed the fix/requests-timeout branch from ccf292a to eb6f7fd Compare April 29, 2025 20:23
@emyller emyller changed the title Fix HTTP requests not timing out fix: Fix HTTP requests not timing out Apr 29, 2025
@emyller emyller force-pushed the fix/requests-timeout branch from eb6f7fd to 17068db Compare April 29, 2025 20:24
@github-actions github-actions bot added the fix label Apr 29, 2025
@emyller emyller merged commit 7d61a47 into main Apr 29, 2025
7 checks passed
@emyller emyller deleted the fix/requests-timeout branch April 29, 2025 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Requests do not time out by default
2 participants