Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Oct 8, 2024
1 parent 8dcea5a commit 2521843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/node/http2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ function assertSession(session) {
hideFromStack(assertSession);

function pushToStream(stream, data) {
if (stream.writableEnded) return;
// if (stream.writableEnded) return;
const queue = stream[bunHTTP2StreamReadQueue];
if (queue.isEmpty()) {
if (stream.push(data)) return;
Expand Down

0 comments on commit 2521843

Please sign in to comment.