Skip to content

retry timeout#555

Merged
github-actions[bot] merged 2 commits into
mainfrom
retry-timer-leak
Jun 25, 2026
Merged

retry timeout#555
github-actions[bot] merged 2 commits into
mainfrom
retry-timer-leak

Conversation

@Mzack9999

Copy link
Copy Markdown
Member

Stop the retry loop when the overall timeout fires instead of replaying the remaining retries back to back, release the backoff timer on early exit, treat a zero timeout as no deadline, and make the buggyhttp test server bind an ephemeral port so the suite no longer depends on a fixed port being free.

Closes #554

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Automatically approved using projectdiscovery/actions/pr/approve action.

@github-actions github-actions Bot merged commit 26f26fc into main Jun 25, 2026
6 checks passed
@github-actions github-actions Bot deleted the retry-timer-leak branch June 25, 2026 19:27
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.

retry loop leaks the backoff timer and ignores the overall timeout

1 participant