| author | |
| committer | |
| log | d53f05b8dd7e5eac05ef144cb044b87e6c3f7b54 |
| tree | dcf0de6c9cfbe1e5235c73628b72768214f4b227 |
| parent | b4fd3a83d489d1ffe981733ed9b43746c0d64165 |
| signature | Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw |
1 files changed, 0 insertions(+), 1 deletions(-)
net.zig-1| ... | ... | @@ -185,7 +185,6 @@ pub const Stream = struct { |
| 185 | 185 | while (total < count_actual) { |
| 186 | 186 | const len = try sys.sendfile(@intCast(@intFromEnum(s.socket)), @intFromEnum(file.fd), &(offset + total), count_actual - total); |
| 187 | 187 | total += @intCast(len); |
| 188 | if (len == 0) break; | |
| 189 | 188 | } |
| 190 | 189 | } |
| 191 | 190 |