forked from memcached/memcached
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta: fix ms c flag reflecting s flag
Fixes memcached#1045 The parser for allowing metaset to return flags is a bad hack requiring re-writing flags into a buffer then re-parsing them later. The newer proxy parser doesn't need to do this and is thus safer from these non-obvious bugs. Added basic test coverage as well. It looks like ms with c was never explicitly tested before, so the existing tests didn't fail during development. Thanks to @zenbones for the report.
- Loading branch information
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters