aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/multi-post.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-11-04 11:37:23 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-11-04 11:37:23 +0100
commit542318b11361210e84d25e653bee3442fccf6766 (patch)
tree62b6f422f9b698d30093cc969bd28bacb81aba40 /docs/examples/multi-post.c
parent909e711e745fe6b23f18dc9780e28a4e19d1a53a (diff)
multi use: call multi_perform even on select() timeouts
Diffstat (limited to 'docs/examples/multi-post.c')
-rw-r--r--docs/examples/multi-post.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/multi-post.c b/docs/examples/multi-post.c
index d2daf70a6..8b4f03e9e 100644
--- a/docs/examples/multi-post.c
+++ b/docs/examples/multi-post.c
@@ -112,7 +112,6 @@ int main(int argc, char *argv[])
/* select error */
break;
case 0:
- printf("timeout!\n");
default:
/* timeout or readable/writable sockets */
printf("perform!\n");