Queue data from bytes_consumer_ when ResponseBodyLoader is suspended
We should queue all the data read from bytes_consumer_ and send them later when the ResponseBodyLoader resumes. This is needed to support handling network requests while a page is in the back-forward cache. Note that other sources of data (that will call DidReceiveData) are out of scope and will trigger bfcache eviction. See doc: https://docs.google.com/document/d/1KmiwSOD3Kr3Etjrl8xqMra3QrL7s4Rl7EQJ5s1Wxc0Y/edit# Bug: 1137682 Change-Id: Iaef4bdea95392bf8ef0a8885bc6774c3e85d4fdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519347 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#825326}
Showing
Please register or sign in to comment