----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 03, 1999 7:12 AM
Subject: [REBOL] http server... Re:(4)
> [EMAIL PROTECTED] wrote:
>
> > What's happening?
>
> Let's do a test. Tell me what's the output of:
>
> 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.
Kat