bugfix/utf-8 #3

Merged
bpeskiewicz merged 3 commits from bugfix/utf-8 into main 2026-04-05 21:06:01 +00:00
Owner
No description provided.
Replaces manual Content-Disposition header with the content-disposition
package to properly handle non-ASCII filenames and RFC compliance.
No longer referenced after switching to content-disposition library.
Express's res.sendFile() handles streaming, Content-Type detection,
Content-Length headers, and range requests internally, making the
manual createReadStream/pipe/error-handling code redundant.
bpeskiewicz deleted branch bugfix/utf-8 2026-04-05 21:06:01 +00:00
bpeskiewicz referenced this pull request from a commit 2026-04-05 21:06:03 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bpeskiewicz/file-gateway!3
No description provided.