Skip to content

Commit 452b47a

Browse files
authored
Merge pull request #3 from wego/fix-gzip-body
Fix strange gzip body
2 parents b3b2cc4 + a9b058a commit 452b47a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/wego/httpcache/services/impl/AsyncHttpCacheServiceImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public class AsyncHttpCacheServiceImpl implements AsyncHttpCacheService {
2020
@Inject
2121
private CachedResponseService cachedResponseService;
2222

23-
@Inject
2423
private AsyncHttpClient asyncHttpClient;
2524

2625
private long ttl;

0 commit comments

Comments
 (0)