1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 02:16:54 +00:00

Add tests, fix some bugs uncovered by the tests

This commit is contained in:
Kane York 2015-10-25 20:17:17 -07:00
parent 8a24ac37ab
commit 0c9e7bb97d
7 changed files with 261 additions and 30 deletions

View file

@ -47,7 +47,7 @@ func main() {
Addr: *bindAddress,
}
server.SetupServerAndHandle(conf, httpServer.TLSConfig)
server.SetupServerAndHandle(conf, httpServer.TLSConfig, nil)
var err error
if conf.UseSSL {