Add xudp buffer test

This commit is contained in:
yuhan6665 2023-04-15 20:21:21 -04:00
parent 06c9e50c52
commit 9f8e9e8e64
2 changed files with 37 additions and 1 deletions

View file

@ -150,7 +150,7 @@ func (r *PacketReader) ReadMultiBuffer() (buf.MultiBuffer, error) {
case 2:
if l != 4 {
b.Advance(5)
addr, port, err := AddrParser.ReadAddressPort(nil, b)
addr, port, err := AddrParser.ReadAddressPort(nil, b) // read addr will read all content and clear b
if err != nil {
b.Release()
return nil, err