зеркало из https://github.com/mozilla/pjs.git
Fix 37800
This commit is contained in:
Родитель
5a4f9eb313
Коммит
ad37ddf096
|
@ -3068,7 +3068,8 @@ InternetSearchDataSource::DoSearch(nsIRDFResource *source, nsIRDFResource *engin
|
|||
nsCOMPtr<nsIHTTPChannel> httpChannel = do_QueryInterface(channel);
|
||||
if (httpChannel)
|
||||
{
|
||||
httpChannel->SetRequestMethod(HM_POST);
|
||||
nsCOMPtr<nsIAtom> method = NS_NewAtom ("POST");
|
||||
httpChannel->SetRequestMethod(method);
|
||||
|
||||
// construct post data to send
|
||||
nsAutoString postStr;
|
||||
|
|
Загрузка…
Ссылка в новой задаче