Disable cookies in Windows HTTPUpload

R=nealsid at http://breakpad.appspot.com/161001/show

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@661 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2010-08-20 12:19:38 +00:00
parent 07a1c07b7b
commit 3b7d8ee362

View file

@ -166,6 +166,7 @@ bool HTTPUpload::SendRequest(const wstring &url,
}
DWORD http_open_flags = secure ? INTERNET_FLAG_SECURE : 0;
http_open_flags |= INTERNET_FLAG_NO_COOKIES;
AutoInternetHandle request(HttpOpenRequest(connection.get(),
L"POST",
path,