pull/559/head
kompotkot 2022-03-17 14:51:12 +00:00
rodzic abd570b6a0
commit 884eb82376
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -63,8 +63,6 @@ func lbHandler(w http.ResponseWriter, r *http.Request) {
return
}
fmt.Println(currentUserAccess)
attempts := GetAttemptsFromContext(r)
if attempts > configs.NB_CONNECTION_RETRIES {
log.Printf("Max attempts reached from %s %s, terminating\n", r.RemoteAddr, r.URL.Path)