This commit is contained in:
Dylan Conway
2025-06-11 14:15:31 -07:00
parent 6ebad50543
commit 9215fdc91f

View File

@@ -406,7 +406,7 @@ const StreamTransfer = struct {
break :brk .{ chunk, .eof };
}
break :brk .{ chunk_, state_ };
break :brk .{ chunk, state_ };
}
break :brk .{ chunk_, state_ };