Skip to content

Fix HTTP::Client proxy reconnect behavior#42

Merged
mamantoha merged 1 commit into
masterfrom
fix/handle-automatic-reconnects
May 28, 2026
Merged

Fix HTTP::Client proxy reconnect behavior#42
mamantoha merged 1 commit into
masterfrom
fix/handle-automatic-reconnects

Conversation

@mamantoha
Copy link
Copy Markdown
Owner

This PR fixes an edge case where HTTP::Client could lose its proxy configuration after reconnecting a closed connection. The reconnect path now rebuilds @io through the configured HTTP::Proxy::Client, so long-lived proxied clients stay proxied across reconnects.

Fixes #40

@mamantoha mamantoha merged commit c175e00 into master May 28, 2026
10 checks passed
@mamantoha mamantoha deleted the fix/handle-automatic-reconnects branch May 28, 2026 09:52
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.

Handle automatic reconnects of HTTP::Client

1 participant