aboutsummaryrefslogtreecommitdiff
path: root/tests/websockets_bi_bigdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/websockets_bi_bigdata.c')
-rw-r--r--tests/websockets_bi_bigdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/websockets_bi_bigdata.c b/tests/websockets_bi_bigdata.c
index 5db2c951..2039f83c 100644
--- a/tests/websockets_bi_bigdata.c
+++ b/tests/websockets_bi_bigdata.c
@@ -37,7 +37,7 @@ unsigned int get_all_buf(int sock, char* output, unsigned int maxsize)
}
}
- if(n < 0) {
+ if(n < 0 && errno != EAGAIN && errno != EWOULDBLOCK) {
fprintf(stderr, "error in get_all_buf!");
exit(EXIT_FAILURE);
}