From 963f2ddb32069a2775fecaa9ff28e60c9d3a4640 Mon Sep 17 00:00:00 2001 From: codeskyblue Date: Thu, 31 Aug 2017 23:35:42 +0800 Subject: [PATCH] update doc --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d3b1c05..4445391 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ ## Notes If using go1.5, ensure you set GO15VENDOREXPERIMENT=1 -Upload size now is limited to 1G. - ## Screenshots ![screen](testdata/filetypes/gohttpserver.gif) @@ -142,7 +140,6 @@ $ http GET https://proxyhost.com/plist/18f99211 ### Upload with CURL For example, upload a file named `foo.txt` to directory `somedir` -(the maximum upload file size is hard coded and limited to 1 GB) ```sh $ curl -F file=@foo.txt localhost:8000/somedir