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've two suggestion to improve speed of curl connection.
Class Transport constructor should call gethostbyname() if the host isn't IP. It will resolve hostname to IP and it's faster if you avoid DNS resolve every time.
Hi.
I've two suggestion to improve speed of curl connection.
gethostbyname()
if the host isn't IP. It will resolve hostname to IP and it's faster if you avoid DNS resolve every time.The text was updated successfully, but these errors were encountered: