aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/example.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/example/example.go b/example/example.go
index 0ec2bb8..73efe51 100644
--- a/example/example.go
+++ b/example/example.go
@@ -375,11 +375,6 @@ func (ex *Example) pathExampleErrorGet(epr *libhttp.EndpointRequest) ([]byte, er
}
func (ex *Example) pathExamplePost(epr *libhttp.EndpointRequest) (resb []byte, err error) {
- err = epr.HttpRequest.ParseMultipartForm(0)
- if err != nil {
- return nil, err
- }
-
data := &requestResponse{
Method: epr.HttpRequest.Method,
Url: epr.HttpRequest.URL.String(),