-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: HessianCodec failed to check package header length #380
Comments
@witkeysa maybe u should submit this issue to dubbo-go-hessian2? |
ok,thanks |
This was referenced Feb 29, 2020
AlexStocks
changed the title
HessianCodec包头长度检查异常
Bug: HessianCodec failed to check package header length
Feb 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这一段会检查长度是否大于包头长度。由下面这段调用。
但是在bufio.NewReaderSize(buf, buf.Len())中
这里创建出的reader长度永远大于16.导致包头分包时,解包异常。
The text was updated successfully, but these errors were encountered: