From 1de0be23af2aeb2cb61eb42bcf69a304baf2eb7a Mon Sep 17 00:00:00 2001 From: fghwett <1058178245@qq.com> Date: Wed, 23 Feb 2022 11:43:58 +0800 Subject: [PATCH] build 6 --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 852f8e8..7f0d589 100644 --- a/main.go +++ b/main.go @@ -94,6 +94,7 @@ func proxy(w http.ResponseWriter, r *http.Request, client *http.Client, pathname } res, e := client.Do(req) if e != nil { + fmt.Println("Proxy Error: ", pathname, e) http.Error(w, e.Error(), http.StatusOK) return }