Skip to content

Fix memcached error response parsing#41

Merged
aisk merged 1 commit into
masterfrom
fix-error-response-parsing
Jun 17, 2026
Merged

Fix memcached error response parsing#41
aisk merged 1 commit into
masterfrom
fix-error-response-parsing

Conversation

@aisk

@aisk aisk commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Fix parsing of old ASCII memcached error responses. CLIENT_ERROR messages now remove the exact prefix with removeprefix() instead of using lstrip(), so message text is preserved. SERVER_ERROR responses now use the same error handling path.

@aisk aisk force-pushed the fix-error-response-parsing branch from 30f0aea to cc27152 Compare June 17, 2026 12:29
@aisk aisk changed the title [codex] Fix memcached error response parsing Fix memcached error response parsing Jun 17, 2026
@aisk aisk force-pushed the fix-error-response-parsing branch from cc27152 to d9e4598 Compare June 17, 2026 12:35
@aisk aisk marked this pull request as ready for review June 17, 2026 12:35
@aisk aisk merged commit bd24240 into master Jun 17, 2026
7 checks passed
@aisk aisk deleted the fix-error-response-parsing branch June 17, 2026 12:38
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