so I assume that the data is GZIP compressed before being sent by java app and the switch to not use compress was not coded so it is always compressedurlos = connection.getOutputStream(); if(compress) {bufos = new BufferedOutputStream(new GZIPOutputStream(urlos)); } else { bufos = new BufferedOutputStream(urlos);
In reply to Re^4: Read Compressed Post data
by dkassemos
in thread Read Compressed Post data
by dkassemos
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |