This commit is contained in:
Hannes Janetzek
2014-01-22 03:30:02 +01:00
parent 1170e4a91a
commit 5364651a94
4 changed files with 27 additions and 39 deletions

View File

@@ -46,7 +46,7 @@ public class LwHttp {
mInflateContent = deflate;
mUrlPath = url.toString();
mUrlFileExtension = "." + extension;
mUrlFileExtension = extension;
mRequestBuffer = new byte[1024];
}