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 just doing a scan, and discovered that the HTTP client is doing HTTP keepalive by default. For our use case, we don't really benefit from this. We should disable it, or at least set the idle timeout to be very short. Eg, 10 seconds.
This will probably require us to use a specific http.Client with an http.Transport configuration.
The text was updated successfully, but these errors were encountered:
I was just doing a scan, and discovered that the HTTP client is doing HTTP keepalive by default. For our use case, we don't really benefit from this. We should disable it, or at least set the idle timeout to be very short. Eg, 10 seconds.
This will probably require us to use a specific http.Client with an http.Transport configuration.
The text was updated successfully, but these errors were encountered: