Skip to content

Hotfix v1.7.2

Compare
Choose a tag to compare
@lonelycode lonelycode released this 16 Jul 13:37

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.