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
I was referring to the client in resolve_hostname_google - it's creating it's own client but I think we can just use the same one esp since we're always connecting to the same host in that function.
safehttpx/safehttpx/__init__.py
Line 44 in c3d25e1
We should use a single client instance in this case as it will save us from opening a new connection every time.
The text was updated successfully, but these errors were encountered: