Hotfix v1.7.2
In certain configurations, Tyk can run out of open file descriptors because the golang Http server respects the keep-alive header, this can cause problems with high-trafic APIs.
With this hotfix you can add "close_connections": true
to your tyk.conf file and tyk will not keep open TCP connections.