wongoo commented on code in PR #377:
URL: https://github.com/apache/dubbo-go-hessian2/pull/377#discussion_r2047848767
##########
hessian.go:
##########
@@ -79,11 +80,12 @@ func NewHessianCodec(reader *bufio.Reader) *HessianCodec {
}
// NewHessianCodecCustom generate a new hessian codec instance.
-func NewHessianCodecCustom(pkgType PackageType, reader *bufio.Reader, bodyLen
int) *HessianCodec {
+func NewHessianCodecCustom(pkgType PackageType, reader *bufio.Reader, bodyLen
int, isStream bool) *HessianCodec {
Review Comment:
create a new func instead for compatibility
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]