I am trying to implement pipelined requests for memcached_1.4.4.exe binary protocol. I am not sure whether it is a bug or something else, but I am not able to send bulk get request. In correspondence with binary protocol RFC I should send several XXXQuietly requests and then send one NoOp request to get result, but it looks like it does not work with GetQuietly. I am able to send several SetQuietly requests there is no response from server as it should be, but when I am trying to send several GetQuietly requests, server responds on every GetQuietly request. Could somebody clarify behavior of memecached server? Thanks
