From e49e24c56735aa6938bed5eccd0e59a56acf3e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slobodan=20Mi=C5=A1kovi=C4=87?= Date: Sat, 13 Jan 2018 11:34:02 -0800 Subject: [PATCH] Fix maxconn documentation It configures MaxIdleConnsPerHost not MaxConnsPerHost --- docs/content/ref/proxy.maxconn.md | 2 +- fabio.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/ref/proxy.maxconn.md b/docs/content/ref/proxy.maxconn.md index 4bc6592e1..271228e7e 100644 --- a/docs/content/ref/proxy.maxconn.md +++ b/docs/content/ref/proxy.maxconn.md @@ -5,7 +5,7 @@ title: "proxy.maxconn" `proxy.maxconn` configures the maximum number of cached incoming and outgoing connections. -This configures the [MaxConnsPerHost](https://golang.org/pkg/net/http/#Transport.MaxConnsPerHost) +This configures the [MaxIdleConnsPerHost](https://golang.org/pkg/net/http/#Transport.MaxIdleConnsPerHost) of the [http.Transport](https://golang.org/pkg/net/http/#Transport). The default is diff --git a/fabio.properties b/fabio.properties index 578d764ad..eede53da3 100644 --- a/fabio.properties +++ b/fabio.properties @@ -362,7 +362,7 @@ # proxy.maxconn configures the maximum number of cached # incoming and outgoing connections. # -# This configures the MaxConnsPerHost of the http.Transport. +# This configures the MaxIdleConnsPerHost of the http.Transport. # # The default is #