New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 847856 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Out until 24 Jan
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Consider preserving max-request-id-used-so-far (instead of initializing request id to a random number)

Project Member Reported by lukasza@chromium.org, May 30 2018

Issue description

r559629 made renderer use random initial RequestID (instead of 0).  This fixed/avoids [Renderer kill 108] content::ResourceDispatcherHostImpl::BeginRequest (RDH_INVALID_REQUEST_ID) - issue 614281.

This bug tracks a follow-up to 1) quit using a random initial RequestID and instead 2) have the browser preserve max-request-id-used-so-far and restore/reuse the max request id when respawning a crashed renderer.
 

Sign in to add a comment