Changed another NONE to wxSOCKET_NONE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ed8297b98d
commit
3f04dfd331
@ -212,7 +212,7 @@ bool wxHTTP::BuildRequest(const wxString& path, wxHTTP_Req req)
|
||||
}
|
||||
|
||||
SaveState();
|
||||
SetFlags(NONE);
|
||||
SetFlags(wxSOCKET_NONE);
|
||||
Notify(FALSE);
|
||||
|
||||
wxSprintf(buf, wxT("%s %s HTTP/1.0\n\r"), tmp_buf, tmp_str.GetData());
|
||||
|
Loading…
Reference in New Issue
Block a user