request: Remove TLS and Conn methods

This commit is contained in:
Adnan Maolood
2021-02-23 20:57:53 -05:00
parent e8d98ef4ec
commit 75abb99518
2 changed files with 0 additions and 19 deletions

View File

@@ -366,7 +366,6 @@ func (srv *Server) serveConn(ctx context.Context, conn net.Conn) error {
w.WriteHeader(StatusBadRequest, "Bad request")
return w.Flush()
}
req.conn = conn
h := srv.Handler
if h == nil {