@@ -72,7 +72,7 @@ func (w *wrpReq) parseForm(req *http.Request) {
}
w.K=req.FormValue("k")
w.F=req.FormValue("Fn")
log.Printf("WrpReq from Form: %+v\n",w)
log.Printf("%s WrpReq from Form: %+v\n",req.RemoteAddr,w)
}
func(wwrpReq)printPage(outhttp.ResponseWriter){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.