Retrofit(okhttp3)遇到java.io.IOException: unexpected end of stream on Connection

  • Post author:
  • Post category:java


有人说加Connection close或者加retryOnFailed(true),我都没有解决。我用的是这个方法解决了

issus/3590

因为responseHeader里有一个gzip,我们在requestHeader里加入

builder.header("Accept-Encoding", "identity");

就可以了



版权声明:本文为erone原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。