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

[REBOL] A bug of info?

From: fox::tenlong::com::tw at: 10-Oct-2000 16:55

There is a problem when I repeatly use the word "info?". A simple loop to "info? http://localhost" would cause ** Access Error: Error opening socket 192.168.1.254. ** Where: read http://localhost after several successful reading, then the system can't do any ports-related activities ( like read or write ) I have encoutered this problem on 2.4 (experimental ) MacOSX version and 2.4 (experimental) Windows version. I think it's a bug.. Did anybody encounter this problem ? The sample script I used is followed.. while [ true ] [ info? http://localhost ]