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: golang/go#16450
Keep-Alive connections get closed
ReadTimeoutseconds after connecting, even if they're actively being used to make HTTP requests:I'm using a
ReadTimeoutof 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: golang/go#16450