[REBOL] http server... Re:(4)

1999-11-03 Thread giesse
[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 pri

[REBOL] http server... Re:(4)

1999-11-03 Thread Russ
Hi Kat, Ok, well, from this post you seem to have the direction of slashes down now. Why the properly formed URL still hangs the 'read command I cannot say, since 'read is native and I am not privy to its code or why the error message is appearing. However, in your earlier example, the explanat