Added wxInternetFilesystemModule to fs_inet.cpp
Fixed PROXY support in wxURL, wxHTTP. You can set the environement variable HTTP_PROXY now. Fixed parsing of content type in wxHtmlFilter Added commments to gsocket.c wxURL parses the URL only once now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -846,9 +846,8 @@ bool wxSocketClient::Connect(wxSockAddress& addr_man, bool WXUNUSED(wait) )
|
||||
// Update the flags of m_socket.
|
||||
SetFlags(m_flags);
|
||||
GSocket_SetPeer(m_socket, addr_man.GetAddress());
|
||||
if (GSocket_Connect(m_socket, GSOCK_STREAMED) != GSOCK_NOERROR) {
|
||||
if (GSocket_Connect(m_socket, GSOCK_STREAMED) != GSOCK_NOERROR)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// Enables bg events.
|
||||
// ------------------
|
||||
|
Reference in New Issue
Block a user