check network status

This commit is contained in:
orignal 2020-10-11 17:51:40 -04:00
parent e21dac21c8
commit ffa0f0afd9
5 changed files with 24 additions and 5 deletions

View file

@ -259,6 +259,9 @@ namespace http {
case eRouterErrorClockSkew:
s << "<br>Clock skew";
break;
case eRouterErrorOffline:
s << "<br>Offline";
break;
default: ;
}
break;