Commit 7d47ab6
fix(api): quote filename in Content-Disposition download header
The filename token was unquoted, producing a malformed header for any
video whose stem contains spaces or special characters. Per RFC 6266,
the filename parameter must be a quoted-string.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6cd36b5 commit 7d47ab6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
0 commit comments