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

Support "208 Already Reported" #79

Closed
wants to merge 1 commit into from

Conversation

maxmellen
Copy link

This PR aims to allow developers to use the integer shorthand for status code 208, for example in cowboy_req:reply/3.

The status code is defined in RFC 5842 §7.1.

@maxmellen
Copy link
Author

Actually, after looking further into what webdav is, I'm not sure it makes sense to add this anymore. I'll close this PR for now. Feel free to reopen the PR if you would like to discuss this further.

@maxmellen maxmellen closed this Apr 12, 2019
@essen
Copy link
Member

essen commented Apr 12, 2019

It does because Cowboy has most WebDAV codes already. But this also needs a test added to Cowboy, and it would probably be better to check that all registered codes are available. I will open a separate ticket to double check.

@maxmellen
Copy link
Author

In that case, feel free to merge or to work on top of this PR 🙂

@essen
Copy link
Member

essen commented Sep 6, 2019

There was one more missing, I've added it locally and will push soon. Thanks!

@essen essen closed this Sep 6, 2019
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.

None yet

2 participants