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 != "" {