xiejiajun opened a new issue #1089: URL: https://github.com/apache/dubbo-go/issues/1089
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! --> **What happened**: * TCP包body里面的实际数据长度小于header里面标识的长度时 getty RpcServerPackageHandler直接报错boffer buffer too short,最终导致请求失败 **What you expected to happen**: * tcp包body数据未读取完整时应该等待下一轮读取,而不是直接报错 **How to reproduce it (as minimally and precisely as possible)**: - v1.5.5及以上的版本,服务调用方发送的请求数据较大时容易复现(多试几次,数据包越大复现的几率越大), 我这边遇到错误时的请求大小大概8000 byte左右 **Anything else we need to know?**: * Java Client 调用dubbo-go Server ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
