Issue #2648 - Inherit the content disposition of the multipart response

This commit is contained in:
Moonchild 2024-10-30 09:50:08 +01:00 • committed by roytam1
commit 5c0c0c02d9
2 changed files with 13 additions and 1 deletions

View file

@ -158,6 +158,7 @@ protected:
nsCString mContentDisposition;
nsCString mContentSecurityPolicy;
nsCString mRootContentSecurityPolicy;
nsCString mRootContentDisposition;
uint64_t mContentLength;
char *mBuffer;