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
As far as I can tell Frisby doesn't do this, which can start to cause problems if you're running large numbers of tests (running out of sockets/file descriptors, slow run time, etc).
The text was updated successfully, but these errors were encountered:
Golang's http library requires you to explicitly close the response's body object in order to avoid resource leaks and to allow for connection re-use.
https://golang.org/pkg/net/http/#pkg-overview
As far as I can tell Frisby doesn't do this, which can start to cause problems if you're running large numbers of tests (running out of sockets/file descriptors, slow run time, etc).
The text was updated successfully, but these errors were encountered: