Skip to content

fix: remove timeout from post http request #80

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
May 7, 2025

Conversation

stuarttimwhite
Copy link
Contributor

Rationale for this change

The way the logic is currently written, any http request that takes longer than 3 seconds will be aborted. This is not desirable, for obvious reasons.

What changes are included in this PR?

Removal of the timeout

Are these changes tested?

Kind of. There's examples that use this code.

Copy link

github-actions bot commented May 7, 2025

0.17.0

Bug Fixes

  • remove timeout from post http request (41be121

Features

@stuarttimwhite stuarttimwhite marked this pull request as ready for review May 7, 2025 05:34
@stuarttimwhite stuarttimwhite force-pushed the fix/remove-timeout-from-post-http-request branch from d3bfc46 to 41be121 Compare May 7, 2025 13:38
@stuarttimwhite stuarttimwhite force-pushed the fix/remove-timeout-from-post-http-request branch from 41be121 to d56a6b7 Compare May 7, 2025 13:39
@stuarttimwhite stuarttimwhite enabled auto-merge May 7, 2025 13:39
@stuarttimwhite stuarttimwhite merged commit a663573 into main May 7, 2025
3 of 4 checks passed
@stuarttimwhite stuarttimwhite deleted the fix/remove-timeout-from-post-http-request branch May 7, 2025 13:39
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.

2 participants