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 510 vs 501 - not implemented mix-up #1785

Closed
memen45 opened this issue Jun 24, 2022 · 2 comments
Closed

HTTP 510 vs 501 - not implemented mix-up #1785

memen45 opened this issue Jun 24, 2022 · 2 comments

Comments

@memen45
Copy link

memen45 commented Jun 24, 2022

w.WriteHeader(510)

In the comments and function name I would expect a 501 - Not Implemented response, however, in the referenced line, a 510 is created instead. I assume this is a typo?

@deluan
Copy link
Member

deluan commented Jul 26, 2022

Good catch!! Thanks for reporting this, I'm fixing it right now!

@deluan deluan closed this as completed in 9c3b14c Jul 26, 2022
@github-actions
Copy link

github-actions bot commented Mar 8, 2023

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants