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

[REBOL] Re: am I losing it with webserv.r?

From: Izkata::Comcast::net at: 11-Jun-2005 20:39

Yey - glad I could help =^) Instead of inBuffer, you may also want to check one of the other values of the 'state object:
>> A: open tcp://:889 ;just really quick to see the values >> probe A/state
make object! [ flags: 4719107 misc: [224 [] 0] tail: 0 num: 0 with: "^/" custom: none index: 0 func: 6 fpos: 0 inBuffer: none outBuffer: none ] Honestly, I have no idea what any of the others are for... Just inBuffer... -Izzy Boy