Skip to content
Snippets Groups Projects
Commit 37a11a13 authored by wangwx's avatar wangwx
Browse files

try to fix time out error

parent 1156b92a
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,7 @@ func (c *ProtocolCodec) Decode(p *DubboPackage) error {
if p.IsResponseWithException() {
logger.Infof("response with exception: %+v", p.Header)
decoder := hessian.NewDecoder(body)
p.Body = &ResponsePayload{}
exception, err := decoder.Decode()
if err != nil {
return perrors.WithStack(err)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment