From 896a13be09aee3c8a1513e9bce49a199d6c70fe8 Mon Sep 17 00:00:00 2001 From: amanda1734 <67700592+amanda1734@users.noreply.github.com> Date: Wed, 1 Jul 2020 13:02:52 -0400 Subject: [PATCH] Update filedownloader.properties --- demo/src/main/assets/filedownloader.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/src/main/assets/filedownloader.properties b/demo/src/main/assets/filedownloader.properties index a76fc536..24e2a0cb 100644 --- a/demo/src/main/assets/filedownloader.properties +++ b/demo/src/main/assets/filedownloader.properties @@ -4,8 +4,8 @@ # If true, will ignore HTTP response header does not has content-length either not chunk transfer # encoding. # -# Default false. -http.lenient=false +# Default true. +http.lenient=true # The FileDownloadService runs in the separate process ':filedownloader' as default, if you want to # run the FileDownloadService in the main process, just set true. default false.