@@ -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
The note is not visible to the blocked user.