media/libraries/datasource_cronet/src
Googler f2276f613d Fix SocketTimeoutException in CronetDataSource.
In some versions of Cronet, the request provided by the callback is not always the same. This leads to callback not completing and request timing out.

The fix changes from having one `UrlRequestCallback` per `CronetDataSource` to one `UrlRequestCallback` per `UrlRequest`. Everytime a current request is canceled, the current callback is closed.

PiperOrigin-RevId: 627379153
2024-04-23 07:21:20 -07:00
..
androidTest Rollback of 8e2869278c 2024-02-15 02:35:12 -08:00
main Fix SocketTimeoutException in CronetDataSource. 2024-04-23 07:21:20 -07:00
test Fix SocketTimeoutException in CronetDataSource. 2024-04-23 07:21:20 -07:00