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

fix(network): allow fulfilling requests with status code 422 #4566

Merged
merged 1 commit into from Jun 11, 2019

Conversation

aslushnikov
Copy link
Contributor

Migration onto fetch domain (2265974)
changed the way we generate status texts: instead of relying on build-in
list of statuses, we tried to rely upon the Chromium implementation

Puppeteer's list is much more exhaustive - let's keep it.

Fix #4454

Migration onto fetch domain (2265974)
changed the way we generate status texts: instead of relying on build-in
list of statuses, we tried to rely upon the [Chromium implementation](https://cs.chromium.org/chromium/src/net/http/http_status_code_list.h?sq=package:chromium&g=0)

Puppeteer's list is much more exhaustive - let's keep it.

Fix puppeteer#4454
Copy link
Collaborator

@JoelEinbinder JoelEinbinder left a comment

Choose a reason for hiding this comment

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

Great!

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.

Intercepted requests won't return with some status codes
2 participants