oduwsdl / MemGator

A Memento Aggregator CLI and Server in Go
https://memgator.cs.odu.edu/api.html
MIT License
55 stars 11 forks source link

Connections are kept alive even after the request is served #86

Closed ibnesayeed closed 8 years ago

ibnesayeed commented 8 years ago

This can unnecessarily keep unused connections with upstream archives.

ibnesayeed commented 8 years ago

This needs further investigation.

ibnesayeed commented 8 years ago

Now we are using two new Transport fields IdleConnTimeout and MaxIdleConns introduced in Go 1.7 to address this issue. This changes the minimum version of Go to build MemGator.