wongoo commented on code in PR #377:
URL: https://github.com/apache/dubbo-go-hessian2/pull/377#discussion_r2047848185
##########
hessian.go:
##########
@@ -66,9 +66,10 @@ type Service struct {
// HessianCodec defines hessian codec
type HessianCodec struct {
- pkgType PackageType
- reader *bufio.Reader
- bodyLen int
+ pkgType PackageType
+ reader *bufio.Reader
+ bodyLen int
+ isStream bool
Review Comment:
change the name of `isStream` to `stream` or `streaming`
--
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]