mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
remove unneeded nil check for new connections in the server (#4260)
This commit is contained in:
parent
a968e254a1
commit
2a7a11f4c0
1 changed files with 0 additions and 4 deletions
|
@ -718,10 +718,6 @@ func (s *baseServer) handleInitialImpl(p receivedPacket, hdr *wire.Header) error
|
||||||
conn.closeWithTransportError(ConnectionRefused)
|
conn.closeWithTransportError(ConnectionRefused)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
if conn == nil {
|
|
||||||
p.buffer.Release()
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue