straw/app/src
Bertrand Jaunet 410c01547c DownloaderImpl: Auto-close resources and simplify header setting
The headers should be overwritten in the same way, based on how
`.header` is the same as `.removeHeader().addHeader()`.

We weren’t closing the request resources after using them, potentially
leaking file handles. This will add autoclosing for both the request
and the body objects.
2025-01-31 12:36:27 +01:00
..
androidTest/java/org/schabi/newpipe Fix DatabaseMigrationTest 2024-03-29 20:43:55 +01:00
debug Fix DebugApp doing unneeded AppWatcher.manualInstall 2023-07-14 18:32:04 +02:00
main DownloaderImpl: Auto-close resources and simplify header setting 2025-01-31 12:36:27 +01:00
test Mock openAndTruncateStream instead of getStream in test 2024-11-27 16:37:25 +01:00