mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user