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
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
I am new to go language and want to set an HTTP timeout for requests and connections that have been idle for 10 seconds. I have added a code like so:
But the server goes on without terminating the connection. Is the placement for the timeout function correct? What else can be done here?
The text was updated successfully, but these errors were encountered: