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

http.status - 408 #8016

Closed
shaun-teknop opened this issue Dec 18, 2020 · 2 comments · Fixed by #23461
Closed

http.status - 408 #8016

shaun-teknop opened this issue Dec 18, 2020 · 2 comments · Fixed by #23461
Labels
data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP idle 🐌 Issues and pull requests with no recent activity

Comments

@shaun-teknop
Copy link

What information was incorrect, unhelpful, or incomplete?

Missing 408 status code is missing

What did you expect to see?

408 status code browser compatibility.

Did you test this? If so, how?

MDN page report details
@shaun-teknop shaun-teknop changed the title http.status - <PUT TITLE HERE> http.status - 408 Dec 18, 2020
@ddbeck ddbeck added the data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP label Dec 18, 2020
@ddbeck
Copy link
Collaborator

ddbeck commented Jan 12, 2021

Thanks for reporting this issue, @shaun-teknop. To resolve this, you (or another contributor) would need to provide data for a new 408 subfeature in status.json.

I took a quick look and it does appear that browsers do something interesting with this status code (this is not always true for status codes). I was able to determine two version numbers:

Firefox 1.8 - https://bugzilla.mozilla.org/show_bug.cgi?id=248827
Chrome 37 - https://bugs.chromium.org/p/chromium/issues/detail?id=377581

I'd welcome a PR populating this data. Thank you again!

@github-actions github-actions bot added the idle 🐌 Issues and pull requests with no recent activity label May 25, 2022
queengooborg added a commit to queengooborg/browser-compat-data that referenced this issue Jun 20, 2024
This PR adds the missing `408` member of the `status` HTTP feature. This fixes mdn#8016, which contains the supporting evidence for this change.
@Elchi3 Elchi3 closed this as completed in 8dea375 Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP idle 🐌 Issues and pull requests with no recent activity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@ddbeck @shaun-teknop and others