mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-04 16:32:41 +08:00
fix typo
This commit is contained in:
@@ -103,7 +103,7 @@ func (h *Handler) Handle(ctx context.Context, conn net.Conn) {
|
||||
|
||||
// Close stops handler
|
||||
func (h *Handler) Close() error {
|
||||
logger.Info("handler shuting down...")
|
||||
logger.Info("handler shutting down...")
|
||||
h.closing.Set(true)
|
||||
// TODO: concurrent wait
|
||||
h.activeConn.Range(func(key interface{}, val interface{}) bool {
|
||||
|
Reference in New Issue
Block a user