fix inflate bug

This commit is contained in:
Looly
2019-10-20 22:25:48 +08:00
parent 78472ee493
commit 303f97ae5e
3 changed files with 9 additions and 12 deletions

View File

@@ -92,10 +92,6 @@ public class HttpInputStream extends InputStream {
return;
}
// TODO 分段响应内容解析
if(response.isChunked()) {
}
if (response.isGzip() && false == (response.in instanceof GZIPInputStream)) {
// Accept-Encoding: gzip
try {