avoid range request for gzipped content

This commit is contained in:
Chris Lu
2018-12-07 01:23:30 -08:00
parent 6b39effe7f
commit 6946c51430
2 changed files with 10 additions and 4 deletions

View File

@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.2</version>
<version>4.5.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>