Keep-Alive connections get closed `ReadTimeout` seconds after connecting, even if they're actively being used to make HTTP requests:  I'm using a `ReadTimeout` of 5 seconds. As you can see, 5 and 10 seconds after the initial request, the browser has to connect again. I believe this issue is basically the same as this one: https://github.com/golang/go/issues/16450