infinite loop/raise exception while parsing sofaheader
wanderxjtu opened this issue · 0 comments
wanderxjtu commented
Java bolt client might send null in sofa header, which encoded as -1(\xff\xff\xff\xff) in bytestream.
will cause anthunder infinite loop (<0.5.5) or raise DecodeError (0.5.5)