[REBOL] Re: HTTP keep-alive
From: hallvard:ystad:helpinhand at: 13-Feb-2002 12:06
This works:
t: open/custom http://babelserver.com/ [header [Connection: "keep-alive"]]
...but when I say "works", I mean it makes an HTTP request with "Connection: keep-alive"
in the header, but where to go from there, I don't know. I pasted it into the Rebol console,
and it did keep-alive the connection, because I didn't get the prompt back without hitting
escape.
This probably didn't solve your problem, but I couldn't resist posting it anyway (finally
it's me helping Gregg, and not the other way around!).
~H
Dixit Gregg Irwin (20.39 12.02.2002):