| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dio 5.11.1 source code.tar.gz | 2026-09-04 | 3.2 MB | |
| dio 5.11.1 source code.zip | 2026-09-04 | 3.4 MB | |
| README.md | 2026-09-04 | 751 Bytes | |
| Totals: 3 Items | 6.6 MB | 2 | |
## What's new
- Fix response stream not propagating backpressure to the underlying socket. When a consumer paused the stream, the source subscription was never paused, so the network kept buffering response data into memory, risking OOM on constrained platforms.
- Make the
badCertificateCallbackpinning test deterministic by pinning a fingerprint that cannot match the served certificate, instead of relying on badssl.com hosts serving different certificates. - Fix
NoSuchMethodErrorwhen using a class thatimplements Interceptorinstead ofextends Interceptor. The interceptor pipeline was calling private dispatch methods that only exist onInterceptorsubclasses, breaking any class using interface implementation.