Merge remote-tracking branch 'origin/1.6.x' into fix-manual-templates

This commit is contained in:
Matej Bačo
2024-08-14 16:00:34 +00:00
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -726,6 +726,7 @@ class Response extends SwooleResponse
}
$this
->setContentType($multipart->exportHeader())
->send($multipart->exportBody());
}