Compare commits
2 Commits
v0.0.46-mu
...
v0.0.48-mu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a01dc81500 | ||
|
|
1db628d84a |
2
mud
2
mud
Submodule mud updated: 6a20296bc4...bc2b1f9add
@@ -386,7 +386,7 @@ int main (int argc, char **argv)
|
||||
.tv_usec = 100000,
|
||||
};
|
||||
|
||||
if (mud_can_push(mud))
|
||||
if (mud_can_push(mud) || send_size)
|
||||
timeout.tv_usec = 1000;
|
||||
|
||||
if _0_(select(mud_fd+1, &rfds, NULL, NULL, &timeout)==-1) {
|
||||
|
||||
Reference in New Issue
Block a user