set nodelay in clusterd, Issue #278

This commit is contained in:
Cloud Wu
2015-05-27 14:54:26 +08:00
parent 205824ab12
commit 3a2c43e9e0

View File

@@ -20,6 +20,7 @@ local function open_channel(t, key)
host = host,
port = tonumber(port),
response = read_response,
nodelay = true,
}
assert(c:connect(true))
t[key] = c