Skip to content

Comments

fix: Fix file download hang#3411

Merged
janbuchar merged 3 commits intov4from
fix-file-download-test
Feb 16, 2026
Merged

fix: Fix file download hang#3411
janbuchar merged 3 commits intov4from
fix-file-download-test

Conversation

@janbuchar janbuchar added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Feb 13, 2026
@janbuchar janbuchar requested review from B4nan, barjin and l2ysho February 13, 2026 10:41
@janbuchar janbuchar requested a review from barjin February 13, 2026 14:24
Copy link
Member

@barjin barjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thank you for looking into this!

});

// Preserve the url property (Response.url is read-only and the constructor ignores it)
Object.defineProperty(trackedResponse, 'url', { value: response.url });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See ResponseWithUrl class

export class ResponseWithUrl extends Response implements IResponseWithUrl {

@barjin barjin linked an issue Feb 16, 2026 that may be closed by this pull request
@janbuchar janbuchar self-assigned this Feb 16, 2026
@janbuchar janbuchar merged commit a18a5aa into v4 Feb 16, 2026
6 checks passed
@janbuchar janbuchar deleted the fix-file-download-test branch February 16, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FileDownload waits indefinitely on unconsumed stream

2 participants