SICS-128: Added a reactor status protocol handler called OPALSTAT for the asyncqueue.
OPALSTAT uses HTTP/1.1 and sets the UserAgent to SICS to avoid re-directs. It also sends the SICS version and revision numbers in the UserAgent string.
This commit is contained in:
@@ -12,8 +12,8 @@ driver reactor_status = {
|
||||
var status = {
|
||||
type = text;
|
||||
priv = spy;
|
||||
readable = 10;
|
||||
read_command = 'GET /Bragg/proposal/reactor.jsp?type=ALL HTTP/1.0';
|
||||
readable = 30;
|
||||
read_command = 'GET /Bragg/proposal/reactor.jsp?type=ALL';
|
||||
read_function = rdAll;
|
||||
fetch_function = getState;
|
||||
data = false;
|
||||
|
||||
Reference in New Issue
Block a user