Jesse Wilson

Results 301 comments of Jesse Wilson

That's fine. The address needs the SocketFactory for TCP connections.

The side-by-side comparison on that site is intense. Without digging too deep I think it’s trying to tell us that `maxRequestsPerHost=5` in `Dispatcher` is a bad default for apps that...

I’m not ready to merge this because this document describes behavior we haven’t yet implemented! @yschimke lets get consensus on what the behavior should be, implement it, and then merge...

Does it time out? Seems like a bug in Android.

Presumably the nicest fix would be a thing that observes Android’s network stack and applies changes to our connection pool. That could be a code sample or a gist!

If we change which order we prefer, we should make sure our released order is stable from what we've been shipping. There's potential performance regressions from changing which cipher suite...

I have a slight preference to hold until 4.11 just cause 4.10 is already pretty big.

I don't like exposing implementation details like these because they change. For example, when Loom comes we'll use virtual threads and this won't work the same way. Lemme try to...

Both Okio’s watchdog and TaskRunner do release their threads after 60 seconds. How do you feel about a system property to shorten that lifetime? Maybe something like this? ``` System.setProperty("okio.threadpool.keepalivemillis",...