You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix to stop the client leaking file descriptors.
Due to use of golang's defer construct for reading the response body in a loop, the file descriptor used to talk to Mythic Beasts' endpoint(s) were never released, because the loop never exited.