Skip to content

feat: add request timeout with 30-second default#60

Merged
fguillot merged 1 commit intomainfrom
feat/request-timeout
Mar 25, 2026
Merged

feat: add request timeout with 30-second default#60
fguillot merged 1 commit intomainfrom
feat/request-timeout

Conversation

@fguillot
Copy link
Member

Prevent indefinite blocking when the server is unresponsive by passing a timeout to urllib.request.urlopen. Defaults to 30 seconds; set to None to disable.

BREAKING CHANGE: requests now time out after 30 seconds by default

Prevent indefinite blocking when the server is unresponsive by
passing a timeout to urllib.request.urlopen. Defaults to 30 seconds;
set to None to disable.

BREAKING CHANGE: requests now time out after 30 seconds by default
@fguillot fguillot merged commit 52fccfa into main Mar 25, 2026
11 checks passed
@fguillot fguillot deleted the feat/request-timeout branch March 25, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant