Skip to content
#

okhttp3

Here are 688 public repositories matching this topic...

tszlek
tszlek commented Aug 17, 2021

Hi, I have discovered issue when using feign.httpclient.ApacheHttpClient.
In some cases Apache client throws ProtocolException which is a checked exception. This happens for example when server returned 303 HTTP code but there was no location header.
In such case Feign proxy throws UndeclaredThrowableException instead of invoking ErrorDecoder.

bug help wanted hacktoberfest good first issue

本库是一款基于RxJava2+Retrofit2实现简单易用的网络请求框架,结合android平台特性的网络封装库,采用api链式调用一点到底,集成cookie管理,多种缓存模式,极简https配置,上传下载进度显示,请求错误自动重试,请求携带token、时间戳、签名sign动态配置,自动登录成功后请求重发功能,3种层次的参数设置默认全局局部,默认标准ApiResult同时可以支持自定义的数据结构,已经能满足现在的大部分网络请求。

  • Updated Mar 22, 2022
  • Java
srtvprateek
srtvprateek commented Feb 12, 2022

┬───
│ GC Root: Input or output parameters in native code

├─ android.os.MessageQueue instance
│ Leaking: NO (MessageQueue#mQuitting is false)
│ HandlerThread: "main"
│ ↓ MessageQueue.mMessages
│ ~~~~~~~~~
├─ android.os.Message instance
│ Leaking: UNKNOWN
│ Retaining 702.5 kB in 11971 objects
│ Message.what

help wanted good first issue network-plugin

Improve this page

Add a description, image, and links to the okhttp3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the okhttp3 topic, visit your repo's landing page and select "manage topics."

Learn more