1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

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());
}