[EMAIL PROTECTED] wrote:

> > port: open/binary tcp://localhost:80
> >
> > insert port make string! [
> >   "GET /Books/Dictionary/A-dct.txt HTTP/1.0" CRLF
> >   CRLF
> > ]
> >
> > wait port
> >
> > buffer: make string! 1024
> > read-io port buffer 1024
> >
> > close port
> >
> > print mold buffer
> 
> Rebol waited, the server hung because it had no filename or ip addy to reply
> to.

Ok, let's remove that WAIT PORT then. (It's strange, anyway.)

Ciao,
    /Gabriele./
o--------------------) .-^-. (----------------------------------o
| Gabriele Santilli / /_/_\_\ \ Amiga Group Italia --- L'Aquila |
| GIESSE on IRC     \ \-\_/-/ /  http://www.amyresource.it/AGI/ |
o--------------------) `-v-' (----------------------------------o

Reply via email to