mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
Remove obsolete TODOs
This commit is contained in:
@@ -970,7 +970,6 @@ func (c *Conn) AUTH(params string) (code int, msg string) {
|
||||
}
|
||||
|
||||
if c.authAttempts > 3 {
|
||||
// TODO: close the connection?
|
||||
return 503, "Too many attempts - go away"
|
||||
}
|
||||
c.authAttempts++
|
||||
|
||||
Reference in New Issue
Block a user