Displaying 1 result from an estimated 1 matches for "rightst".
Did you mean:
rights
2003 Oct 15
0
Manager Interface Needs a protocol
...f events sometimes
when you send an Action you have to intercept some of those events
and I thought it may be nice to either format the req so you know which reply
is for you or to formally request the events to flow rather than have them come by default.
I think you can reduce the user's rightst to stop the events but what i was
looking for was a common structure.
My proposed example uses Content-Length so you know how much to read
off the socket but I guess using just <lf> in the data and <cr><lf><cr><lf> as EOR works ok too for variable lengths
EXAMP...