Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Network related problem with the Experimental releases Re:

From: jhagman::infa::abo::fi at: 25-Aug-2000 22:42

Hi, An addition, after reading Galt's mail I realized that I should test the plain tcp connection. And that works! With and without the proxy following happens: REBOL/core (Experimental) 2.4.34.4.2
>> set-net [none none none none none none] >> read http://www.rebol.com
connecting to: www.rebol.com ** Access Error: Network timeout. ** Where: read http://www.rebol.com
>> p: open tcp://www.rebol.com:80 >> insert p {GET / HTTP/1.0^/^/} >> loop 100 [prin first p] print []
HTTP/1.1 200 OK Date: Fri, 25 Aug 2000 19:23:14 GMT Age: 533 Server: Apache/1.3.6 (Unix) mod_frontpa
>> set-net [none none none "yok.cache.utu.fi" 80 'generic] >> read http://www.rebol.com
connecting to: www.rebol.com ** Access Error: Network timeout. ** Where: read http://www.rebol.com
>> close p >> p: open tcp://www.rebol.com:80 >> insert p {GET / HTTP/1.0^/^/} >> loop 100 [prin first p] print []
HTTP/1.1 200 OK Date: Fri, 25 Aug 2000 19:23:14 GMT Age: 678 Server: Apache/1.3.6 (Unix) mod_frontpa
>>
So the problem seems not to be just with proxy but with REBOL. Some more work with network guys. :) The proxy or something else on our net surely affects rebol as it worked just fine at my workplace. Yours, Jussi -- Jussi Hagman CS in Åbo Akademi University Studentbyn 4 D 33 [juhagman--abo--fi] 20540 Åbo [jhagman--infa--abo--fi] Finland