Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: convert requestIds before sending to backend #5580

Merged
merged 1 commit into from
Jun 28, 2018

Conversation

patrickhulce
Copy link
Collaborator

#5451 changed our network request ID such that many more IDs had the :redirect scheme than before, the DT backend has no notion of these fake <requestId>:redirect IDs and we always should have been cleansing them to be regular requestIds.

Copy link
Member

@paulirish paulirish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like we can do this on our Network.getResponseBody call, too. it's used by response-compression and scripts gatherers.

@patrickhulce
Copy link
Collaborator Author

looks like we can do this on our Network.getResponseBody call, too. it's used by response-compression and scripts gatherers.

They both use the getRequestContent method on driver, we should be fine?

@paulirish
Copy link
Member

this should fix these errors on paulirish.com

image

@patrickhulce patrickhulce merged commit db2265d into master Jun 28, 2018
@patrickhulce patrickhulce deleted the strip_redirected branch June 28, 2018 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants