Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't panic in client due to nil body (#4449)
- introduced by #4366, we need to close the body only if there isn't an error, else the body is nil and panics. Mentioned here #4401 (comment) Co-authored-by: frrist <[email protected]> Co-authored-by: Walid Baruni <[email protected]>
- Loading branch information