Skip to content

typo in aws::http::response_code ? #145

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

Closed
gitusel opened this issue May 31, 2022 · 1 comment
Closed

typo in aws::http::response_code ? #145

gitusel opened this issue May 31, 2022 · 1 comment

Comments

@gitusel
Copy link

gitusel commented May 31, 2022

Just checking if this is not a typo in response.h:

../..

enum class response_code {
../..
HTTP_VERSION_NOT_SUPPORTED = 505,
VARIANT_ALSO_NEGOTIATES = 506,
INSUFFICIENT_STORAGE = 506, <<<< 507?
LOOP_DETECTED = 508,
../..

@kkarbowiak
Copy link
Contributor

Indeed, looks like a typo. Good spot. Let me send a PR.

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

No branches or pull requests

3 participants