Skip to content

Commit

Permalink
Disable remain check
Browse files Browse the repository at this point in the history
yolken-segment committed Oct 1, 2021
1 parent 6096c7b commit 3e543ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions describegroups.go
Original file line number Diff line number Diff line change
@@ -202,9 +202,9 @@ func decodeMemberMetadata(rawMetadata []byte) (DescribeGroupsResponseMemberMetad
}
}

if remain != 0 {
return mm, fmt.Errorf("Got non-zero number of bytes remaining: %d", remain)
}
//if remain != 0 {
// return mm, fmt.Errorf("Got non-zero number of bytes remaining: %d", remain)
//}

return mm, nil
}

0 comments on commit 3e543ec

Please sign in to comment.