atifwaqar / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
0 stars 0 forks source link

Protocol: Incorrect RFC link in section 5. Discovery #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SUMMARY:

Incorrect RFC link in section 5. Discovery

RELEVANT SECTION: 
http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html#discover
y

COMMENT/REQUEST:

The text says:

Publishers SHOULD use HTTPS [RFC2616] in their hubs' discovery URLs.

The reference and the hyperlink for "HTTPS" should be to RFC2618, as it is 
later on in the same paragraph.

Original issue reported on code.google.com by dayb...@gmail.com on 21 Oct 2010 at 1:00

GoogleCodeExporter commented 9 years ago
Ah yeah, I think you meant 2818:

http://www.ietf.org/rfc/rfc2818.txt

Thanks.

Original comment by bslatkin on 22 Oct 2010 at 4:47

GoogleCodeExporter commented 9 years ago
Yes! Easy mistake to make ;)

Original comment by dayb...@gmail.com on 22 Oct 2010 at 8:04