no need to SetRequestMethod("POST") if calling SetUploadStream(...)
git-svn-id: svn://10.0.0.236/branches/HttpConnectionMagic_20010415_BRANCH@93154 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -4009,7 +4009,6 @@ NS_IMETHODIMP nsPluginHostImpl::NewPluginURLStream(const nsString& aURL,
|
||||
if (postDataRandomAccess)
|
||||
postDataRandomAccess->Seek(PR_SEEK_SET, 0);
|
||||
|
||||
httpChannel->SetRequestMethod("POST");
|
||||
httpChannel->SetUploadStream(postDataStream);
|
||||
|
||||
if (newPostData)
|
||||
|
||||
Reference in New Issue
Block a user