From: Jos v.d.V. <jo...@us...> - 2015-08-19 11:34:48
|
Update of /cvsroot/win32forth/win32forth/demos In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18311 Modified Files: WinSock Demo.f Log Message: Jos: www.technobox.de is gone Index: WinSock Demo.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/demos/WinSock Demo.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WinSock Demo.f 26 May 2007 10:06:10 -0000 1.1 --- WinSock Demo.f 19 Aug 2015 11:34:46 -0000 1.2 *************** *** 13,17 **** sock-close drop ; ! s" www.technobox.de" 80 sock-open value sock s" GET / HTTP/1.0" sock sock-write . crlf$ count sock sock-write . --- 13,17 ---- sock-close drop ; ! s" www.google.com" 80 sock-open value sock s" GET / HTTP/1.0" sock sock-write . crlf$ count sock sock-write . |