|
|
|
@ -156,8 +156,8 @@ public class CronetLoader extends CronetEngine.Builder.LibraryLoader { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static String getUrlMd5(String url) { |
|
|
|
|
InputStream inputStream = null; |
|
|
|
|
OutputStream outputStream = null; |
|
|
|
|
InputStream inputStream; |
|
|
|
|
OutputStream outputStream; |
|
|
|
|
try { |
|
|
|
|
outputStream = new ByteArrayOutputStream(); |
|
|
|
|
HttpURLConnection connection = (HttpURLConnection) new URL(url).openConnection(); |
|
|
|
|