Comment 3 for bug 1630615

Revision history for this message
Alexander Petrossian (PAF) (thispaf) wrote :

possible solution:
behaviour.cc:

   case MEMCACHED_BEHAVIOR_BINARY_PROTOCOL:
+ if(ptr->flags.binary_protocol == bool(data)) break;

our connection is already binary, and flags were already cloned, and there is no reason on Earth to disconnect it.