Skip to content

Fix/cloudflare interceptor thread exhaustion#1925

Draft
schroda wants to merge 2 commits into
Suwayomi:masterfrom
schroda:fix/cloudflare_interceptor_thread_exhaustion
Draft

Fix/cloudflare interceptor thread exhaustion#1925
schroda wants to merge 2 commits into
Suwayomi:masterfrom
schroda:fix/cloudflare_interceptor_thread_exhaustion

Conversation

@schroda
Copy link
Copy Markdown
Collaborator

@schroda schroda commented Feb 26, 2026

No description provided.

Try to reuse inflight flaresolverr request result to prevent unnecessary calling and waiting to bypass cloudflare again.

Shared inflight result has two states:
- CloudflareBypassed: cookies are stored, followers rebuild request
  from the cookie jar and proceed without calling FlareSolverr
- CloudflareNotDetected: no cookies to share, followers make their
  own FlareSolverr call independently
Prevents wasting resources on requests where the client
has already disconnected
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.

1 participant