Skip to content

fix(Upload ext): preserve transport headers#1490

Open
P-147 wants to merge 1 commit into
graffle-js:mainfrom
P-147:fix/upload_ext_headers
Open

fix(Upload ext): preserve transport headers#1490
P-147 wants to merge 1 commit into
graffle-js:mainfrom
P-147:fix/upload_ext_headers

Conversation

@P-147
Copy link
Copy Markdown

@P-147 P-147 commented Mar 16, 2026

Fix #1489

Destructuring a Header object doesn't yield its properties, but an empty object.
This fix ensure previous header values are kept and content-type header removed.

Destructuring a Header object doesn't yield its properties, but an empty object.
This fix ensure previous header values are kept when the document uploading feature is required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

All configured HTTP headers are reset when using Upload extension

1 participant