Jordan Stewart

Results 5 comments of Jordan Stewart

What's the tracker uri that's causing you the problemo?

The specific case I'm dealing with is something that wants to transform timeouts into an http response, but leave interrupts alone. It _could_ do this by catching InterruptedIOException and then...

> Unfortunately you’re competing with `SocketTimeoutException` which also attempts to signal whether the failure was caused by timeout. > > Introducing our own timeout exception feels like a complicated feature...

So I think what I've just pushed might be everywhere that's relevant in okio (based on searches for `"timeout"` `"deadline reached"` and `InterruptedIOException`.) Is it the sort of thing you...

https://github.com/dmgd/okhttp/commit/71fa6b5e7d625fd6258a1b0c963f784aec42ac5b and https://github.com/dmgd/okhttp/commit/a9fb839811e615c81ad3b27949876c3cad71f8a4 look like the okhttp changes that would go with this