devin

Results 2 comments of devin

I had the same problem before, and I've resolved it by remove usage of `org.springframework.util.MimeTypeUtils` in `NettyWriteResponseFilter` . `MimeTypeUtils` may still has performance problem ,although the fix of https://github.com/spring-projects/spring-framework/issues/24671 @spencergibb

Remove this code `pingInterval(20, TimeUnit.SECONDS)` at `com/kucoin/sdk/factory/HttpClientFactory.java:32` maybe work.