Archived
1
0

close connection

This commit is contained in:
Jeff Becker
2020-03-07 09:07:23 -05:00
parent 77fe66c330
commit f92f68c3cd

View File

@@ -54,6 +54,7 @@ func HandleStartTLS(conn net.Conn, config *tls.Config) (econn *textproto.Conn, s
}
}
tconn.Close()
conn.Close()
}
}
}