Do not fail on accept

This commit is contained in:
tidwall 2020-01-20 07:17:34 -07:00
parent 565ec452b4
commit a56a5c7c95
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ func serve(s *Server) error {
if done {
return nil
}
return err
continue
}
c := &conn{
conn: lnconn,