mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
* refactor(protocol): extract file stream factory Increase readability by moving the file stream creation logic out of the `uploadData` to request body conversion function. Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com> * fix: properly flatten streams in `protocol.handle()` Refs: electron/electron#39658 Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com> * fix: `protocol.handle()` filter null origin header Refs: electron/electron#40754 Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com> * fix: remove obsolete TODO comment Refs: electron/electron#38929 Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com> * fix: forward `Blob` parts in `protocol.handle()` Refs: electron/electron#40826 Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com> * fix: explicitly error out on unknown chunk parts Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com>