From b778b3ea40e82b499342635f11c8e5d5c79cb364 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Thu, 25 Sep 2014 15:12:25 -0400 Subject: [PATCH] go fmt [ci skip] --- http/http.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/http.go b/http/http.go index 8d71be3..31774b0 100644 --- a/http/http.go +++ b/http/http.go @@ -122,8 +122,8 @@ func Serve(cfg *config.Config, tkr *tracker.Tracker) { } grace := &graceful.Server{ - Timeout: cfg.RequestTimeout.Duration, - ConnState: srv.connState, + Timeout: cfg.RequestTimeout.Duration, + ConnState: srv.connState, ListenLimit: cfg.HttpListenLimit, Server: &http.Server{ Addr: cfg.Addr,