akwei / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

memcached sent invalid response: "CLIENT_ERROR bad command line format" #292

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I used memcached with nginx +  fastcgi. How can i fix this kind of error

2012/10/12 10:28:56 [error] 1425#0: *2316380 memcached sent invalid response: 
"CLIENT_ERROR bad command line format" while reading response header from 
upstream,

Thanks.

Original issue reported on code.google.com by kevinngu...@gmail.com on 12 Oct 2012 at 10:34

GoogleCodeExporter commented 9 years ago
The client you're using is sending an invalid request to the server. Please 
attach the command you're sending to the server if you believe the command is 
correct and the server isn't properly decoding the command.

Original comment by trond.no...@gmail.com on 17 Oct 2012 at 11:04