Rack: Rack gem currently does not include '491' HTTP error status code. Please include the same.

Created on 13 Dec 2019  路  3Comments  路  Source: rack/rack

Rack gem currently does not include '491' HTTP error status code. Please include the same.

Most helpful comment

I can't find any evidence that 491 is a legitimate HTTP response code. Please include a link to supporting documentation in the PR.

https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

All 3 comments

Can you make a PR?

I can't find any evidence that 491 is a legitimate HTTP response code. Please include a link to supporting documentation in the PR.

https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

It looks like it comes from SIP: https://en.wikipedia.org/wiki/List_of_SIP_response_codes

As this is probably out of scope for Rack, I am closing this issue, however please feel free to submit a PR with the documentation as requested so we can consider it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rkh picture rkh  路  9Comments

oniofchaos picture oniofchaos  路  5Comments

lsegal picture lsegal  路  4Comments

ioquatix picture ioquatix  路  5Comments

antonpaisov picture antonpaisov  路  14Comments