Update src/bun.js/api/server/FileRoute.zig

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
This commit is contained in:
Dylan Conway
2025-06-10 16:30:56 -07:00
committed by GitHub
parent ccc9e9098d
commit ebe1375af0

View File

@@ -440,7 +440,7 @@ const StreamTransfer = struct {
this.state.waiting_for_readable = true;
this.state.waiting_for_writable = false;
if (state_ == .eof) {
if (state == .eof) {
this.state.waiting_for_readable = false;
return false;
}