Chromium Code Reviews
DescriptionAdd an HTTP cache to SkyShell
This CL makes two changes to SkyShell's HTTP stack:
1) It introduces a disk cache so that responses can be loaded off disk instead
of off the network.
2) It makes different instances of NetworkServiceImpl share the same
OkHttpContext. Specifically, this means that network requests initiated from
Dart share the same cache and connection pool as requests initiated from C++.
R=ojan@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/463d3c512c8c1e18a0e3b75e4d222c4551c35e77
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||