1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-04 05:44:22 +03:00

Make HTTP Keep-Alive timeout configurable for backend connections

This commit is contained in:
Máté Szabó
2019-06-28 00:36:04 +02:00
committed by Traefiker Bot
parent 84d7c65039
commit f6436663eb
8 changed files with 149 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ func init() {
check.Suite(&HeadersSuite{})
check.Suite(&HostResolverSuite{})
check.Suite(&HTTPSSuite{})
check.Suite(&KeepAliveSuite{})
check.Suite(&LogRotationSuite{})
check.Suite(&MarathonSuite{})
check.Suite(&MarathonSuite15{})