httpserver: Set default idle timeout of 5 minutes (closes #1733)

Also clarified a comment in SiteConfig
This commit is contained in:
Matthew Holt
2017-07-27 16:01:47 -06:00
parent 32ec39cdea
commit 74940af624
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ type SiteConfig struct {
// websockets, etc.
Timeouts Timeouts
// If true all unmatched requests will be served by this site
// If true, any requests not matching other site definitions
// may be served by this site.
FallbackSite bool
}