From 85276f92a183204dd82bd03e6533bff16e17d2ea Mon Sep 17 00:00:00 2001 From: fangdingjun Date: Wed, 4 Jan 2017 16:53:39 +0800 Subject: [PATCH] fit for upstream api change --- fastcgi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastcgi.go b/fastcgi.go index 846a5fb..7fb59fd 100644 --- a/fastcgi.go +++ b/fastcgi.go @@ -56,7 +56,7 @@ func (f *FastCGI) FastCGIPass(w http.ResponseWriter, r *http.Request) { defer conn.Close() - client := gofast.NewClient(conn, 20) + client := gofast.NewClient("", conn, 20) urlPath := r.URL.Path if f.URLPrefix != "" {