Bug 1398733 - nsIDocShell::internalLoad should know the size of the post data inputStream, r=smaug

This commit is contained in:
Andrea Marchesini
2017-09-22 08:10:41 +02:00
parent f2387d65c0
commit d7a91a07c0
3 changed files with 30 additions and 15 deletions

View File

@@ -435,6 +435,7 @@ protected:
const char* aTypeHint,
const nsAString& aFileName,
nsIInputStream* aPostData,
int64_t aPostDataLength,
nsIInputStream* aHeadersData,
bool aFirstParty,
nsIDocShell** aDocShell,