[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

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