]> git.saurik.com Git - redis.git/commit
asyncCloseClientOnOutputBufferLimitReached() now ignores clients with REDIS_CLOSE_ASA...
authorantirez <antirez@gmail.com>
Tue, 24 Jan 2012 08:32:39 +0000 (09:32 +0100)
committerantirez <antirez@gmail.com>
Tue, 24 Jan 2012 08:32:39 +0000 (09:32 +0100)
commit06b3dced99371c68fa9d7bcb0523cc05f3324e06
tree580b97fcc839a929cb229777745c226244c30361
parent51669c5ac11b250fcdc91382f52f515a11835a20
asyncCloseClientOnOutputBufferLimitReached() now ignores clients with REDIS_CLOSE_ASAP flag already set. Return value of the function changed from int to void since it is not used. Fixed logging of the client scheduled to be closed.
src/networking.c
src/redis.h