[REBOL] Re: HTTP keep-alive
From: greggirwin:mindspring at: 13-Feb-2002 13:30
Thanks Hallvard! << This works: t: open/custom http://babelserver.com/ [header [Connection: "keep-alive"]]>>That works for me. I can use it with read/custom in my case. I don't know yet if it will solve my problem, but it does set keep-alive correctly! --Gregg