]> git.saurik.com Git - redis.git/commit
modified a bit addReply() to play better with copy on write now that we have a static...
authorantirez <antirez@gmail.com>
Thu, 16 Sep 2010 11:08:40 +0000 (13:08 +0200)
committerantirez <antirez@gmail.com>
Thu, 16 Sep 2010 11:08:40 +0000 (13:08 +0200)
commit4c2e506a393615477a85ee51d69c801d84c5bad2
tree4d800789090cf0468e5de12db3c229b706879b91
parent83f39c7ab26e7f7cfa5fb59ca51b768e9ac0facb
modified a bit addReply() to play better with copy on write now that we have a static buffer. Changed the name of a function from _ensureFileEvent() to _installWriteEvent().
src/networking.c