bugfix : connection

This commit is contained in:
云风
2012-08-30 16:30:52 +08:00
parent 1791becd09
commit 51ef283887
8 changed files with 34 additions and 20 deletions

View File

@@ -65,6 +65,7 @@ _write(lua_State *L) {
case EINTR:
continue;
}
return 0;
}
assert(err == sz);
return 0;
@@ -104,6 +105,7 @@ _writeblock(lua_State *L) {
case EINTR:
continue;
}
return 0;
}
assert(err == sz +2);
return 0;