9005: 11726: 11729: Disable http keepalive.
authorTom Clegg <tom@curoverse.com>
Fri, 19 May 2017 23:11:05 +0000 (19:11 -0400)
committerTom Clegg <tom@curoverse.com>
Fri, 19 May 2017 23:16:27 +0000 (19:16 -0400)
commit83b73a4718f09b106f225d45f08e10ae92ce3f38
tree55d4fa1bb806b25901720de52c3f45617bc8dfab
parent303424c3f3ed01f65c9f880ff1ff32bc7a46621b
9005: 11726: 11729: Disable http keepalive.

The previous workaround for #9005 did not account for the prefetch
feature: if a goroutine is using the HTTP client to prefetch data at
the moment the handler exits, CloseIdleConnections() does not close
that connection, so it stays open indefinitely.
services/keep-web/handler.go