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.