mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix another assertion failure
This commit is contained in:
@@ -2182,7 +2182,7 @@ fn NewRequestContext(comptime ssl_enabled: bool, comptime debug_mode: bool, comp
|
||||
}
|
||||
|
||||
pub fn onStartStreamingRequestBody(this: *RequestContext) JSC.WebCore.DrainResult {
|
||||
if (this.aborted) {
|
||||
if (this.aborted or this.finalized) {
|
||||
return JSC.WebCore.DrainResult{
|
||||
.aborted = void{},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user