mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 00:16:21 +00:00
b7600ec3fb
Yes. This gets rid of HEAD request prior to downloading the URL. We will no longer check for Content-Length header, instead we will forcibly limit maximum download size for the download stream to the configured value. So assuming someone try to download a bigger file, it will still try to download up to the configured size, but then fail. This will also speed up the general download process since sending HEAD request delayed the whole operation. |
||
---|---|---|
.. | ||
albumsController.js | ||
authController.js | ||
permissionController.js | ||
tokenController.js | ||
uploadController.js | ||
utilsController.js |