* wxSocket fixes: FTP, HTTP works really now. GTK fixes to prevent infinite loop.
authorGuilhem Lavaux <lavaux@easynet.fr>
Sat, 27 Feb 1999 21:01:05 +0000 (21:01 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Sat, 27 Feb 1999 21:01:05 +0000 (21:01 +0000)
commit375abe3dac3d7816738ccd1ab495d9a0441550d4
tree070026260e69c6418f9d71c2029801d769854b67
parent839b865d081f1410a8508b22f11a4f028d14daf9
* wxSocket fixes: FTP, HTTP works really now. GTK fixes to prevent infinite loop.
* wxSocket stream fix: they can be encapsulated by now
* Doc update: wxURL::GetPath

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/url.tex
include/wx/sckstrm.h
include/wx/socket.h
include/wx/url.h
samples/wxsocket/client.cpp
src/common/ftp.cpp
src/common/sckstrm.cpp
src/common/socket.cpp
src/common/url.cpp