fit for upstream api change

master
fangdingjun 8 years ago
parent 7a70ca113e
commit 85276f92a1

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

Loading…
Cancel
Save