CRNHTTPProtocolHandler should register as URLRequestContextGetterObserver |
||||||
Issue descriptionThis issue is somewhat speculative based on observations in Issue 617560. Version: M54 OS: iOS What steps will reproduce the problem? (1) Register CRNHTTPProtocolHandler using NSURLProtocol registerClass method. (2) Create NSURLSessionDataTask and start it, but don't complete. (3) Shutdown underlying net::URLRequestContext. What is the expected result? Active requests should be canceled. What happens instead? net::URLRequestContext::AssertNoURLRequests is triggered.
,
Nov 28 2016
Seems like the bug is actually that something that uses the URLRequestContext is being destroyed after the URLRequestContext is destroyed.
,
Nov 28 2016
mef: Is this something that you will work on?
,
Nov 28 2016
Yes, I'll try to reproduce it.
,
Mar 23 2017
,
Mar 23 2017
,
Mar 28 2017
,
Jan 4
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by mef@chromium.org
, Nov 28 2016