From f6dbaba1f8343bd9b99313a58b08f9b7736c9652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BB=A5=E8=AF=BA?= Date: Fri, 14 Aug 2020 18:34:43 +0800 Subject: [PATCH] add function ReloadParam for ghttp_request.go --- net/ghttp/ghttp_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ghttp/ghttp_request.go b/net/ghttp/ghttp_request.go index bd500c8e6..8657ab1a8 100644 --- a/net/ghttp/ghttp_request.go +++ b/net/ghttp/ghttp_request.go @@ -224,7 +224,7 @@ func (r *Request) GetError() error { return r.error } -// ReloadParam used for request parameter modifying. +// ReloadParam used for modifying request parameter. func (r *Request) ReloadParam() { r.parsedBody = false r.parsedForm = false