Gahfy

Results 11 comments of Gahfy

Need #582 to be merged otherwise CI won't pass

@JakeWharton Most of the time, I use it in BindingAdapters in order to put the Observer process out of the Activity to avoid boilerplate code in Activity which is often...

Rebased on #582 as it has been merged to let CI pass

Does someone understand the error of instrumented tests and how to solve it?

@Ruling95 using the provided code you shared, I don't see how this error could happen. Here is my test which is not producing your error : ```kotlin public class OkHttpTest...

> My one concern about this is that the current default is way above internet infrastructure. So likely to break on proxies or other clients. I agree with that, that...

Actually, I found the issue, and was able to reproduce it consistently (see below for server and client code). The problem is that `okhttp3.internal.http1.HeadersReader` sets a `headerLimit` of 256KB (as...

Anyone with the error, could you try with #8504 and tell me if it is working now?

@Endeavour233 I don't know why v3 worked, as I don't know the release date of v3. It is actually like this (this kind of error) since 2017 in the git...