Changeset 778 for branches/binary

Show
Ignore:
Timestamp:
04/18/08 06:11:40 (9 months ago)
Author:
dsallings
Message:

Binary quit command from Trond Norbye.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/binary/server/memcached.c

    r775 r778  
    11571157        case CMD_DECR: 
    11581158            bin_read_key(c, bin_reading_incr_header, BIN_INCR_HDR_LEN); 
     1159            break; 
     1160        case CMD_QUIT: 
     1161            write_bin_response(c, NULL, 0, 0); 
     1162            c->write_and_go = conn_closing; 
    11591163            break; 
    11601164        default: