From 72abcfdfdb3af37eebf6ad36281307fc7a59c972 Mon Sep 17 00:00:00 2001 From: Rohith <gambol99@gmail.com> Date: Mon, 22 Feb 2016 10:25:18 +0000 Subject: [PATCH] - fixing the formatting --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index b20e755..8c6ad26 100644 --- a/server.go +++ b/server.go @@ -245,7 +245,7 @@ func (r *KeycloakProxy) initializeReverseProxy(upstream *url.URL) (reverseProxy, //Proxy: http.ProxyFromEnvironment, Dial: (&net.Dialer{ //KeepAlive: 10 * time.Second, - Timeout: 10 * time.Second, + Timeout: 10 * time.Second, }).Dial, TLSClientConfig: &tls.Config{ InsecureSkipVerify: true, -- GitLab