mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-22 00:59:11 +01:00
fix udp not returning error correctly
This commit is contained in:
@@ -128,7 +128,7 @@ func (conn *UDPConn) write() (err error) {
|
||||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
return
|
||||
}
|
||||
|
||||
func (w *UDPForwarder) getInitConn(conn *UDPConn, key string) (*UDPConn, error) {
|
||||
|
||||
Reference in New Issue
Block a user