|
|
@ -164,7 +164,6 @@ func (s *Server) handleConnection(ctx context.Context, conn internet.Connection,
|
|
|
|
To: "",
|
|
|
|
To: "",
|
|
|
|
Status: log.AccessRejected,
|
|
|
|
Status: log.AccessRejected,
|
|
|
|
Reason: err,
|
|
|
|
Reason: err,
|
|
|
|
Email: request.User.Email,
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
return newError("failed to create request from: ", conn.RemoteAddr()).Base(err)
|
|
|
|
return newError("failed to create request from: ", conn.RemoteAddr()).Base(err)
|
|
|
|
}
|
|
|
|
}
|
|
|
|