Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

RFC 2616 -> RFC 7231 #10

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

RFC 2616 -> RFC 7231 #10

wants to merge 6 commits into from

Conversation

brohee
Copy link
Contributor

@brohee brohee commented Jun 30, 2014

Reference and quote the up to date RFC (7231) and not the deprecated (2616) one,
rename some codes according to the current accepted naming.

Reference and quote the up to date RFC (7231) and not the deprecated (2616) one,
rename some codes according to the current accepted naming.
/// [RFC 2616, section 6.1.1 (Status Code and Reason
/// Phrase)](https://tools.ietf.org/html/rfc2616#section-6.1.1):
/// [RFC 7231, section 6 (Response Status Codes)]
/// (https://tools.ietf.org/html/rfc7231#section-6):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The body of this quotation has also changed and should be updated.

@brohee
Copy link
Contributor Author

brohee commented Jul 5, 2014

Did I forgot anything btw or you just didn't get around to merge?

@@ -4,7 +4,7 @@ use std::cmp::{PartialEq, Eq, PartialOrd, Ord};
use std::fmt;
use std::mem::transmute;

/// An HTTP status code (`Status-Code` in RFC 2616).
/// An HTTP status code (`Status-Code` in RFC 7231).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s actually status-code in RFC 7231, not Status-Code.

@chris-morgan
Copy link
Owner

@brohee Sorry, I forgot about it and GitHub doesn’t notify me when you push new things—you can comment instead and that will make sure I hear. I’ve added just a couple more points.

@brohee
Copy link
Contributor Author

brohee commented Sep 26, 2014

Sorry forgot to warn you it should be done. Tell me if any remaining issues

@tamird
Copy link

tamird commented Jan 25, 2015

merge conflicts here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants