https://github.com/leeif/pluto/blob/85e88c0d5f028e1e36a041c3dd6ce532d6487007/manage/user.go#L446 It seems this resp didn't close readLoop and writeLoop. maybe `defer resp.Body.Close()` is expected.
pluto/manage/user.go
Line 446 in 85e88c0
It seems this resp didn't close readLoop and writeLoop.
maybe
defer resp.Body.Close()is expected.