A spring-boot starter for retrofit, supports rapid integration and feature enhancements.(适用于retrofit的spring-boot-starter,支持快速集成和功能增强)
1.78k
stars
340
forks
source link
fix(retry): Close response body after retry #180
Open
HsinDumas opened 2 months ago
大部分的IO Exception 都是没有 response body,但是在有些异常场景下是有的
比如 response 的 header 中有 Content-Encoding = gzip
但是实际的 body 却已经解压过,就会出现下面的异常
java.io.IOException: gzip finished without exhausting source