Commit Graph

1 Commits

Author SHA1 Message Date
dev agent
1f8a74b76f fix: RFC 2183 compliant Content-Disposition header in /view endpoint
Fixes the Content-Disposition header format in the view_image function
to comply with RFC 2183. Previously used 'filename="name.ext"' which
is not RFC 2183 compliant. Now uses 'attachment; filename="name.ext"'.

Fixes Comfy-Org/ComfyUI#8914
2026-03-21 03:47:30 +08:00