archive
/
nntpchan
Archived
1
0
Fork 0

close connection

This commit is contained in:
Jeff Becker 2020-03-07 09:07:23 -05:00
parent 77fe66c330
commit f92f68c3cd
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 0 deletions

View File

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