Skip to content

Drop pooled connections after IO errors or malformed responses - #179

Merged
aisk merged 1 commit into
masterfrom
fix-broken-connection-reuse
Sep 8, 2026
Merged

Drop pooled connections after IO errors or malformed responses#179
aisk merged 1 commit into
masterfrom
fix-broken-connection-reuse

Conversation

@aisk

@aisk aisk commented Sep 8, 2026

Copy link
Copy Markdown
Owner

A read timeout left the response in the socket and has_broken always returned false, so the pool kept reusing the connection and every later command read the previous command's response.

@aisk
aisk force-pushed the fix-broken-connection-reuse branch from d3b41cb to 7a5ea42 Compare September 8, 2026 14:08
@aisk
aisk merged commit 64f89b2 into master Sep 8, 2026
1 check passed
@aisk
aisk deleted the fix-broken-connection-reuse branch September 8, 2026 14:11
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