We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c767a5 commit cb58cb9Copy full SHA for cb58cb9
main/WebServerHelper.cpp
@@ -68,11 +68,11 @@ namespace http {
68
}
69
70
void CWebServerHelper::RestartProxy() {
71
- // todo: This seems to crash on a Pi (fatal signal 6). Windows goes fine.
72
- // stop old threads first
73
for (proxy_iterator it = proxymanagerCollection.begin(); it != proxymanagerCollection.end(); ++it) {
74
(*it)->Stop();
75
- delete (*it);
+ // todo: This seems to crash on a Pi (fatal signal 6). Windows goes fine.
+ // stop old threads first
+ //delete (*it);
76
77
78
// restart threads
0 commit comments