From 859441b4d084babca70266bd23ceb2a95269b3ff Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Thu, 2 May 2019 16:54:40 +0300 Subject: max request size --- service/http/handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/http') diff --git a/service/http/handler_test.go b/service/http/handler_test.go index 6cedd4cd..5d4f7659 100644 --- a/service/http/handler_test.go +++ b/service/http/handler_test.go @@ -513,7 +513,7 @@ func TestHandler_FormData_POST(t *testing.T) { func TestHandler_FormData_POST_Overwrite(t *testing.T) { h := &Handler{ cfg: &Config{ - MaxRequest: 1024, + MaxRequestSize: 1024, Uploads: &UploadsConfig{ Dir: os.TempDir(), Forbid: []string{}, -- cgit v1.2.3