Add boundary to multipart header

This commit is contained in:
Khushboo Verma 2024-08-14 15:09:55 +05:30
parent c3199210fa
commit 60e42c2e07

View file

@ -726,6 +726,7 @@ class Response extends SwooleResponse
}
$this
->setContentType($multipart->exportHeader())
->send($multipart->exportBody());
}