mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-30 06:43:00 +00:00
Merge pull request #8624 from TacoTheDank/bumpOkhttp
Update OkHttp to 4.10.0
This commit is contained in:
@@ -135,7 +135,7 @@ public final class DownloaderImpl extends Downloader {
|
||||
|
||||
RequestBody requestBody = null;
|
||||
if (dataToSend != null) {
|
||||
requestBody = RequestBody.create(null, dataToSend);
|
||||
requestBody = RequestBody.create(dataToSend);
|
||||
}
|
||||
|
||||
final okhttp3.Request.Builder requestBuilder = new okhttp3.Request.Builder()
|
||||
|
||||
Reference in New Issue
Block a user