codeskyblue / gohttpserver

The best HTTP Static File Server, write with golang+vue
MIT License
2.53k stars 534 forks source link

Does version 1.1.4 support chunked upload? #163

Closed ashlesss closed 1 year ago

ashlesss commented 1 year ago

If use Cloudflare to proxy gohttpserver, there is a 100MB upload file size limited. Check here(https://developers.cloudflare.com/cache/about/default-cache-behavior)

I know somebody mentioned chunked upload before in the issue session, but I used CF to proxy my gohttpserver(v1.1.4). I can't upload any file size larger than 100MB. So I assume gohttpserever hasn't chunked the upload.

codeskyblue commented 1 year ago

not yet