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
The default http Client of Go, sets timeout=0, which means it will not time out until the server resets the connection. This can lead to the application hanging.
The text was updated successfully, but these errors were encountered:
The default http Client of Go, sets timeout=0, which means it will not time out until the server resets the connection. This can lead to the application hanging.
The text was updated successfully, but these errors were encountered: