Changes since 24.9.3
Fixes
-
Set Content-Length header in InputStreamDownloadHandler (#22558) (#22564)
Commit · Pull requestInputStreamDownloadHandler now properly sets the Content-Length HTTP header when provided in DownloadResponse, enabling browsers to display download progress and allowing TransferProgressListener implementations to calculate accurate progress percentages. This aligns behavior with FileDownloadHandler. 🤖 Generated with Claude Code
-
No empty first line in log (#22523)
Commit · Pull request · IssueAdded message to not log with "" and throwable.
-
Store UI reference on start (#22532)
Commit · Pull request · IssueStore UI ref to have a correct ui for TransferProgress even when element is detached during transfer.
-
Fix glob pattern in runtime hints registration (#22531)
Commit · Pull request · Issuein order to match resources in subfolders. Also adds some basic test to ensure main resources are accepted