Status: Proxy

This commit is contained in:
orignal 2021-03-06 08:50:47 -05:00
parent 8f90b21a5d
commit f38920c338
3 changed files with 5 additions and 1 deletions

View file

@ -252,6 +252,8 @@ namespace http {
case eRouterStatusOK: s << "OK"; break;
case eRouterStatusTesting: s << "Testing"; break;
case eRouterStatusFirewalled: s << "Firewalled"; break;
case eRouterStatusUnknown: s << "Unknown"; break;
case eRouterStatusProxy: s << "Proxy"; break;
case eRouterStatusError:
{
s << "Error";