mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix inflate bug
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user