Some rough hacks to get GridProxy to return information on specific cap requests via the command line GridProxyApp.
Also comments out some noisy http request logging
This commit is contained in:
@@ -8,7 +8,9 @@ class ProxyMain
|
||||
{
|
||||
ProxyFrame p = new ProxyFrame(args);
|
||||
ProxyPlugin analyst = new Analyst(p);
|
||||
analyst.Init();
|
||||
analyst.Init();
|
||||
ProxyPlugin capAnalyst = new CapAnalyst(p);
|
||||
capAnalyst.Init();
|
||||
p.proxy.Start();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user