minor bug
parent
8b81f8d593
commit
454377a473
|
@ -145,7 +145,7 @@ namespace OpenGridServices.GridServer
|
||||||
foreach(SimProfileBase sim in _regionmanager.SimProfiles.Values) {
|
foreach(SimProfileBase sim in _regionmanager.SimProfiles.Values) {
|
||||||
string SimResponse="";
|
string SimResponse="";
|
||||||
try {
|
try {
|
||||||
WebRequest CheckSim = WebRequest.Create("http://" + sim.sim_ip + ":" + sim.sim_port.ToString() + "/checkstatus");
|
WebRequest CheckSim = WebRequest.Create("http://" + sim.sim_ip + ":" + sim.sim_port.ToString() + "/checkstatus/");
|
||||||
CheckSim.Method = "GET";
|
CheckSim.Method = "GET";
|
||||||
CheckSim.ContentType = "text/plaintext";
|
CheckSim.ContentType = "text/plaintext";
|
||||||
CheckSim.ContentLength = 0;
|
CheckSim.ContentLength = 0;
|
||||||
|
|
Loading…
Reference in New Issue