PsychicHTTP v2 fixes

This commit is contained in:
iranl
2024-12-30 20:38:34 +01:00
parent 78459c2d08
commit c1004fadc7
5 changed files with 35 additions and 31 deletions

View File

@@ -6,8 +6,8 @@ PsychicStreamResponse::PsychicStreamResponse(PsychicResponse* response, const St
: PsychicResponseDelegate(response), _buffer(NULL)
{
setContentType(contentType.c_str());
addHeader("Content-Disposition", "inline");
//setContentType(contentType.c_str());
//addHeader("Content-Disposition", "inline");
}
PsychicStreamResponse::PsychicStreamResponse(PsychicResponse* response, const String& contentType, const String& name)