Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] HTTP keep-alive

From: greggirwin::mindspring::com at: 12-Feb-2002 12:39

Hi Gang, Is there an easy way to change the HTTP-get-header to use keep-alive, instead of close, for its connection? Looking at the way the scheme is put together, and not really being a net-cnetric guy to begin with, I didn't see an obvious way. Why do I want to do this? Well, I'm talking to a box that has a server built into it and watching a couple other apps talk to it, I can see that they have keep-alive on, but REBOL doesn't. I'm not sure it will solve my problem, but if it's an easy thing to do, it's worth a shot. Thanks! --Gregg