Don't take down HTTP(S) server on connection errors (fixes #700)

This commit is contained in:
Jakob Borg
2014-09-18 11:45:48 +02:00
parent 97844603fc
commit 45af549897
3 changed files with 22 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ var env = []string{
"HOME=.",
"STTRACE=model",
"STGUIAPIKEY=" + apiKey,
"STNORESTART=1",
}
type syncthingProcess struct {