Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
transparency-dev
/
tessera
Public
Notifications
You must be signed in to change notification settings
Fork
55
Star
237
Code
Issues
28
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add retry logic for HTTP fetcher
- #952
#952
Draft
roger2hk
wants to merge 19 commits into
transparency-dev:main
transparency-dev/tessera:main
from
roger2hk:fetcher-retry
roger2hk/tessera:fetcher-retry
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Draft
Add retry logic for HTTP fetcher
#952
roger2hk
wants to merge 19 commits into
transparency-dev:main
transparency-dev/tessera:main
from
roger2hk:fetcher-retry
roger2hk/tessera:fetcher-retry
Copy head branch name to clipboard
Commits
Commits on May 11, 2026
Add retry logic for HTTP fetcher
roger2hk
committed
175c1d0
View commit details
Copy full SHA for 175c1d0
Browse repository at this point
Fix linter error
roger2hk
committed
7279e26
View commit details
Copy full SHA for 7279e26
Browse repository at this point
Drain response body on transient errors to reuse connection
roger2hk
committed
533ee96
View commit details
Copy full SHA for 533ee96
Browse repository at this point
Fix `time.After` memory leak
roger2hk
committed
61da9fd
View commit details
Copy full SHA for 61da9fd
Browse repository at this point
Handle past-dated `Retry-After` headers in fetcher
roger2hk
committed
d551f9b
View commit details
Copy full SHA for d551f9b
Browse repository at this point
Restrict transient network error classification to timeout errors only
roger2hk
committed
a6bf8d0
View commit details
Copy full SHA for a6bf8d0
Browse repository at this point
Commits on May 12, 2026
Handle non-positive Retry-After values by defaulting to minimal duration
roger2hk
committed
3955135
View commit details
Copy full SHA for 3955135
Browse repository at this point
Expand transient network error detection and handle read errors in fetcher
roger2hk
committed
bdb1e57
View commit details
Copy full SHA for bdb1e57
Browse repository at this point
Adjust retry loop to correctly perform maxRetries attempts plus the initial request
roger2hk
committed
fc741c0
View commit details
Copy full SHA for fc741c0
Browse repository at this point
Limit response body drainage to 4KB to prevent hangs on large inputs
roger2hk
committed
a4aa8cb
View commit details
Copy full SHA for a4aa8cb
Browse repository at this point
Update fetcher to support RFC 850 and ANSI C date formats for Retry-After header
roger2hk
committed
6acc055
View commit details
Copy full SHA for 6acc055
Browse repository at this point
Cap retry delay at maxBackoff to prevent excessively long waits
roger2hk
committed
9338d0b
View commit details
Copy full SHA for 9338d0b
Browse repository at this point
Treat io.EOF as a retryable error in fetcher
roger2hk
committed
cfe152d
View commit details
Copy full SHA for cfe152d
Browse repository at this point
Adjust retry logic to correctly propagate the final error and last result after exhausted attempts
roger2hk
committed
0386207
View commit details
Copy full SHA for 0386207
Browse repository at this point
Exclude context cancellation and deadline errors from transient network error check
roger2hk
committed
24683f2
View commit details
Copy full SHA for 24683f2
Browse repository at this point
Add jitter to backoff duration in fetcher retry logic
roger2hk
committed
66132ec
View commit details
Copy full SHA for 66132ec
Browse repository at this point
Prevent panic in backoff jitter calculation when backoff is zero
roger2hk
committed
89148cf
View commit details
Copy full SHA for 89148cf
Browse repository at this point
Adjust backoff calculation
roger2hk
committed
086fa0a
View commit details
Copy full SHA for 086fa0a
Browse repository at this point
Return error when Retry-After duration exceeds maxBackoff instead of capping it
roger2hk
committed
b9a3eb4
View commit details
Copy full SHA for b9a3eb4
Browse repository at this point
You can’t perform that action at this time.