Fix URLLoaderClientImpl to correctly handle deferring
URLLoaderClientImpl should check for both is_deferred flag and for any pending messages in the DeferredMessage queue (NeedsStoringMessages) when handling messages. We already use NeedsStoringMessages check when handling certain messages. This cl also adds this check for the remaining types: ResponseBody and TransferSizeUpdates. Change-Id: Iac710721f23a7bd60340956b03dcbeae8eee338d Reviewed-on: https://chromium-review.googlesource.com/1207251Reviewed-by:Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#589130}
Showing
Please register or sign in to comment