New issue
Advanced search Search tips

Issue 778821 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 2
Type: Bug
Proj-Servicification

Blocking:
issue 769401
issue 844146



Sign in to add a comment

null response body is given to NavigationURLLoaderDelegate::OnResponseStarted() as parameter

Project Member Reported by juncai@chromium.org, Oct 26 2017

Issue description

When the following:
WebRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoTabsVP8
WebRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoTabsVP9
WebrtcEventLogApiTest.TestStartStopWebRtcEventLogging
WebrtcEventLogApiTest.TestStartTimedWebRtcEventLogging
browser tests run with "--enable-features=NetworkService" flag, they fail at:
service_worker_subresource_loader.cc(186)
Check failed: !resource_request.request_body.

Since nullptr is given to the response body parameter |body_stream| in NavigationURLLoaderDelegate::OnResponseStarted():
https://cs.chromium.org/chromium/src/content/browser/loader/navigation_url_loader_network_service.cc?l=617
 

Comment 1 by mmenke@chromium.org, Oct 26 2017

Blocking: 769401

Comment 2 by laforge@google.com, Nov 7 2017

Components: -Internals>Network>Service Internals>Services>Network
Apologies, applied the wrong component in bulk.
Blocking: 844146
Labels: Proj-Servicification-Canary

Comment 5 by jam@chromium.org, Jun 7 2018

Status: Fixed (was: Available)
these tests now pass

Sign in to add a comment