bai-xuan

Results 5 comments of bai-xuan

> Thanks @bai-xuan for filing this issue. I have a doubt about your solution. Wouldn't that code replace any interceptor added previously? An immutable list will definitely not take effect,...

> Thanks @bai-xuan for filing this issue. I have a doubt about your solution. Wouldn't that code replace any interceptor added previously? The code where the problem occurs: httpClient.interceptors().add(loggingInterceptor); =======...

It has been explained in detail in unmodifiableList: ![image](https://github.com/swagger-api/swagger-codegen-generators/assets/38934025/db7fe417-0cce-4367-87c9-3f439c378d5b)

Let me add one more thing, in okhttp-2.7.5 The implementation of interceptors is like this: ![image](https://github.com/swagger-api/swagger-codegen-generators/assets/38934025/6d974bc1-1d35-4d55-b851-a9c4edc668b7) ![image](https://github.com/swagger-api/swagger-codegen-generators/assets/38934025/02dc67b9-fda9-40d8-910c-f3c6f2f4fcd5) What I'm talking about is using --library okhttp4-gson His okhttp version is 4.10.0:...

不是这样的结构,是一个集合数据: [ {"name":"zhangsan","age":18}, {"name":"lisi","age":17}, ............... ] 这个集合大概有2G大小,在一行里面