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

Go back to 503 rejections instead of TLS aborts

This commit is contained in:
Kane York 2017-11-13 15:57:20 -08:00
parent 0d3d8b5868
commit 360420022d
5 changed files with 5 additions and 15 deletions

View file

@ -10,7 +10,7 @@ import (
"sync"
"time"
"bitbucket.org/stendec/frankerfacez/socketserver/server"
"github.com/FrankerFaceZ/FrankerFaceZ/socketserver/server"
"github.com/clarkduvall/hyperloglog"
lru "github.com/hashicorp/golang-lru"
)