-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libmemcached: add MEMCACHED_BEHAVIOR_META_PROTOCOL #112
base: v1.x
Are you sure you want to change the base?
Conversation
d02c98c
to
082ff30
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## v1.x #112 +/- ##
======================================
- Coverage 68% 68% -0%
======================================
Files 194 194
Lines 17479 17812 +333
======================================
+ Hits 11930 12150 +220
- Misses 5549 5662 +113 ☔ View full report in Codecov by Sentry. |
082ff30
to
99ab4e8
Compare
902249c
to
81b2016
Compare
@@ -96,14 +96,22 @@ memcached_return_t memcached_behavior_set(memcached_st *shell, const memcached_b | |||
break; | |||
|
|||
case MEMCACHED_BEHAVIOR_BINARY_PROTOCOL: | |||
send_quit( | |||
ptr); // We need t shutdown all of the connections to make sure we do the correct protocol | |||
// We need t shutdown all of the connections to make sure we do the correct protocol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// We need t shutdown all of the connections to make sure we do the correct protocol | |
// We need to shutdown all of the connections to make sure we do the correct protocol |
No description provided.