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

[REBOL] Re: Need some URL help

From: hallvard::ystad::gmail::com at: 26-Jan-2006 13:30

OK, I'm a little bit closer to the problem now. I tried to download the same URL using 'read, and rebol hung. Setting on trace, I got an endless loop in parsing of the HTTP headers, so there definitely is something spooky going on there. I put the lot (trace produces kilometres of output) on this URL: http://www.babelserver.org/ strange.html I believe this is a bug. I'd like to look closer into it myself, but since 'read is native, I cannot peek into it, can I? And from the 'port object, (open/lines), I don't know how to get more information than what I have on the above mentionned URL. What should I do? Should I post it directly to Rambo? HY On 24/01/06, Hallvard Ystad <hallvard.ystad-gmail.com> wrote: