Merge pull request #1028 from cvictory/feature/getty_write_length
Fix: support getty send Length, when the data transfer failed
No related branches found
No related tags found
Showing
- README.md 15 additions, 2 deletionsREADME.md
- README_CN.md 17 additions, 4 deletionsREADME_CN.md
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- remoting/getty/getty_client.go 12 additions, 5 deletionsremoting/getty/getty_client.go
- remoting/getty/listener.go 10 additions, 2 deletionsremoting/getty/listener.go
... | @@ -8,7 +8,7 @@ require ( | ... | @@ -8,7 +8,7 @@ require ( |
github.com/Workiva/go-datastructures v1.0.52 | github.com/Workiva/go-datastructures v1.0.52 | ||
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 | github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 | ||
github.com/alibaba/sentinel-golang v1.0.2 | github.com/alibaba/sentinel-golang v1.0.2 | ||
github.com/apache/dubbo-getty v1.4.1 | github.com/apache/dubbo-getty v1.4.3 | ||
github.com/apache/dubbo-go-hessian2 v1.8.2 | github.com/apache/dubbo-go-hessian2 v1.8.2 | ||
github.com/coreos/etcd v3.3.25+incompatible | github.com/coreos/etcd v3.3.25+incompatible | ||
github.com/creasty/defaults v1.5.1 | github.com/creasty/defaults v1.5.1 | ||
... | ... |
Please register or sign in to comment