good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7dd79e7c authored by Garet Halliday's avatar Garet Halliday
Browse files

missed one

parent 1f72d9f7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ import (
"crypto/tls"
"encoding/binary"
"io"
"log"
"net"
)
......@@ -50,7 +49,6 @@ func (T *netConn) EnableSSLServer(config *tls.Config) error {
if err := T.flush(); err != nil {
return err
}
defer log.Println("done enabling ssl")
sslConn := tls.Server(T.conn, config)
T.conn = sslConn
T.w = sslConn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment