mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
fix udp not returning error correctly
This commit is contained in:
parent
70c8c4b4aa
commit
ae7b27e1c9
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ func (conn *UDPConn) write() (err error) {
|
|||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
return
|
||||
}
|
||||
|
||||
func (w *UDPForwarder) getInitConn(conn *UDPConn, key string) (*UDPConn, error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue