restbed: add default close header

pull/30/head
Jaquee 7 years ago committed by moneroexamples
parent 5d2cc16879
commit b58529ac12

@ -205,6 +205,7 @@ if (config_json["ssl"]["enable"])
else
{
settings->set_port(app_port);
settings->set_default_header( "Connection", "close" );
cout << "Start the service at http://127.0.0.1:" << app_port << endl;
}

Loading…
Cancel
Save