DescriptionFix a long standing leak on cancellation of renderer-
initiated URLRequests. ResourceDispatcher was not calling
peer->OnCompletedRequest on cancellation of async requests,
despite it being expected by WebURLLoaderImpl::Context
(The only ResourceLoaderBridge::Peer).
This shouldn't impact externally visible behavior at all,
other than fixing the leak, because once
WebURLLoaderImpl::Context::Cancel() is called, it will never
call back into WebURLLoaderImpl.
BUG=328092
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241291
Patch Set 1 : #
Messages
Total messages: 7 (0 generated)
|