]> git.saurik.com Git - redis.git/commit
sdsIncrLen() / sdsMakeRoomFor() used to avoid copying to intermediate buffer while...
authorantirez <antirez@gmail.com>
Wed, 2 Nov 2011 15:52:45 +0000 (16:52 +0100)
committerantirez <antirez@gmail.com>
Wed, 2 Nov 2011 15:52:45 +0000 (16:52 +0100)
commitb8d743e1813abbf3d55e92e9945dc47da3ef7836
treebc041ac27ad93fdbc0db36d8bd1fec37e89078c4
parenta54806ac6af77940070a90a44b603bec46cfe599
sdsIncrLen() / sdsMakeRoomFor() used to avoid copying to intermediate buffer while reading the client query.
src/networking.c