This commit is contained in:
Hannes Janetzek
2014-01-25 20:36:54 +01:00
parent 1170e4a91a
commit 5364651a94
4 changed files with 27 additions and 39 deletions
@@ -46,7 +46,7 @@ public class LwHttp {
mInflateContent = deflate;
mUrlPath = url.toString();
mUrlFileExtension = "." + extension;
mUrlFileExtension = extension;
mRequestBuffer = new byte[1024];
}