close connection
This commit is contained in:
parent
77fe66c330
commit
f92f68c3cd
@ -54,6 +54,7 @@ func HandleStartTLS(conn net.Conn, config *tls.Config) (econn *textproto.Conn, s
|
||||
}
|
||||
}
|
||||
tconn.Close()
|
||||
conn.Close()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user