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:
darin%netscape.com
2001-04-26 18:34:11 +00:00
parent 25b34db661
commit f8b07e1d79
2 changed files with 0 additions and 2 deletions

View File

@@ -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)