Skip to content

Commit

Permalink
Fix for #54
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmalina committed Dec 4, 2013
1 parent 4f4580f commit cb3156b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node.go
Expand Up @@ -105,6 +105,7 @@ func (node *Node) ReqResp(reqstruct interface{}, structname string, raw bool) (r

response, err = node.response()
if err != nil {
node.Close()
return nil, err
}

Expand Down

0 comments on commit cb3156b

Please sign in to comment.