diff options
| -rw-r--r-- | tcp_splice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp_splice.c b/tcp_splice.c index 915ac11..762a058 100644 --- a/tcp_splice.c +++ b/tcp_splice.c @@ -612,7 +612,7 @@ retry: } } - break; + continue; } conn->read[fromsidei] += readlen > 0 ? readlen : 0; |
