Jesse Wilson

Results 151 issues of Jesse Wilson

We're using DiskLruCache in a serverside app that downloads images from a remote server. When two requests simultaneously want to store the same image in the cache, the code gets...

The specs suggest it's safe to do so > * The REFUSED_STREAM error code can be included in a RST_STREAM frame to indicate that the stream is being closed prior...

bug
enhancement

We most recently updated the cipher suites in February 2019. We should update 'em again in February 2020. When that's done, please open another tracking bug to update cipher suites...

enhancement

This version does the right thing for Kotlin Multiplatform and Maven.

This is an ongoing list of things we’d like to change by breaking API compatibility. - [ ] Allow Cache-Control durations to be longs [PR 2797](https://github.com/square/okhttp/pull/2797) - [ ] [OkHttpServer](https://github.com/square/okhttp/issues/2916)...

enhancement

OkHttp has two roles: * An HTTP client API. Includes types like Request, Response, HttpUrl, and MediaType. Lots of visible design decisions here like whether a partial URL is representable,...

enhancement

I just realized we map invalid UTF-16 chars to `?`, so my length trick is incorrect. Fix is to iterate. https://github.com/square/okio/blob/master/okio/src/commonMain/kotlin/okio/Utf8.kt#L102

bug

At the moment we don't honor stream priority, and we don't allow app developers to prioritize their streams. We should.

enhancement

There’s a few IDN specs: * IDNA2003, what OkHttp gets for free from the JVM * IDNA2008, a spec that never gained widespread adoption * [UTS #46](https://www.unicode.org/reports/tr46/) According to [this...

enhancement