<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HTTP Status: 204 No Content and 205 Reset Content</title>
	<atom:link href="http://benramsey.com/archives/http-status-204-no-content-and-205-reset-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://benramsey.com/archives/http-status-204-no-content-and-205-reset-content/</link>
	<description>PHP and Other Techno-babble</description>
	<lastBuildDate>Mon, 01 Feb 2010 11:59:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben Ramsey</title>
		<link>http://benramsey.com/archives/http-status-204-no-content-and-205-reset-content/comment-page-1/#comment-331650</link>
		<dc:creator>Ben Ramsey</dc:creator>
		<pubDate>Tue, 26 Jan 2010 01:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/?p=244#comment-331650</guid>
		<description>@HB: Thanks for catching the typo. I&#039;ve corrected it.

As for having a central place to keep track of all my HTTP posts, I&#039;ve set aside http://benramsey.com/http-status-codes just for this purpose, but I also haven&#039;t finished writing about them. I guess I should get on that. :-)

Really, I do need to wrap up this series. I&#039;ll see what I can do to make that happen soon.

Thanks for reading!</description>
		<content:encoded><![CDATA[<p>@HB: Thanks for catching the typo. I&#8217;ve corrected it.</p>
<p>As for having a central place to keep track of all my HTTP posts, I&#8217;ve set aside <a href="http://benramsey.com/http-status-codes" rel="nofollow">http://benramsey.com/http-status-codes</a> just for this purpose, but I also haven&#8217;t finished writing about them. I guess I should get on that. <img src='http://benramsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Really, I do need to wrap up this series. I&#8217;ll see what I can do to make that happen soon.</p>
<p>Thanks for reading!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HB</title>
		<link>http://benramsey.com/archives/http-status-204-no-content-and-205-reset-content/comment-page-1/#comment-331641</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/?p=244#comment-331641</guid>
		<description>I&#039;m going through all of your status code posts, I think they&#039;re great. Very useful, and clearer (and shorter) than going to the actual specs.

Maybe I just haven&#039;t found it yet, but do you have a chart or table somewhere that shows all of the status codes you&#039;ve covered? I can sort of pull them with tags, but there are also a lot of other posts in between; I&#039;d love to be able to reference an easily bookmarkable list if possible.

I noticed a typo in this post though:

&quot;In RESTful Web Services, Richardson and Ruby make this distinction between 204 and 204:&quot;

That should be between 204 and 205 :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m going through all of your status code posts, I think they&#8217;re great. Very useful, and clearer (and shorter) than going to the actual specs.</p>
<p>Maybe I just haven&#8217;t found it yet, but do you have a chart or table somewhere that shows all of the status codes you&#8217;ve covered? I can sort of pull them with tags, but there are also a lot of other posts in between; I&#8217;d love to be able to reference an easily bookmarkable list if possible.</p>
<p>I noticed a typo in this post though:</p>
<p>&#8220;In RESTful Web Services, Richardson and Ruby make this distinction between 204 and 204:&#8221;</p>
<p>That should be between 204 and 205 <img src='http://benramsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://benramsey.com/archives/http-status-204-no-content-and-205-reset-content/comment-page-1/#comment-178019</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Wed, 07 May 2008 16:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/?p=244#comment-178019</guid>
		<description>Oh, I did check with the php-src before posting the comment, but didn&#039;t see any change to the implementation.

I posted about it to internals ~3years ago, then filed a change requests ~2 years ago... http://bugs.php.net/bug.php?id=36947</description>
		<content:encoded><![CDATA[<p>Oh, I did check with the php-src before posting the comment, but didn&#8217;t see any change to the implementation.</p>
<p>I posted about it to internals ~3years ago, then filed a change requests ~2 years ago&#8230; <a href="http://bugs.php.net/bug.php?id=36947" rel="nofollow">http://bugs.php.net/bug.php?id=36947</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David ZÃ¼lke</title>
		<link>http://benramsey.com/archives/http-status-204-no-content-and-205-reset-content/comment-page-1/#comment-177950</link>
		<dc:creator>David ZÃ¼lke</dc:creator>
		<pubDate>Wed, 07 May 2008 12:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/?p=244#comment-177950</guid>
		<description>Jared: not anymore - there is an option for the http stream wrapper to ignore errors since 5.3 (my patch! :D), but I agree, PHP should handle any 10x/20x response as successful. Wanna shoot a mail to internals@? I&#039;ll chime in. IIRC I asked about that in a follow-up to my original suggestion, but never heard back from anyone (Sara committed the change back then)</description>
		<content:encoded><![CDATA[<p>Jared: not anymore &#8211; there is an option for the http stream wrapper to ignore errors since 5.3 (my patch! <img src='http://benramsey.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ), but I agree, PHP should handle any 10x/20x response as successful. Wanna shoot a mail to internals@? I&#8217;ll chime in. IIRC I asked about that in a follow-up to my original suggestion, but never heard back from anyone (Sara committed the change back then)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://benramsey.com/archives/http-status-204-no-content-and-205-reset-content/comment-page-1/#comment-177938</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Wed, 07 May 2008 12:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/?p=244#comment-177938</guid>
		<description>Unfortunately PHP http streams don&#039;t support them. Only 200 and 206 are actually considered successful, everything else causes an error.</description>
		<content:encoded><![CDATA[<p>Unfortunately PHP http streams don&#8217;t support them. Only 200 and 206 are actually considered successful, everything else causes an error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
