<?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: Resume HTTP downloads in PHP using cURL or fsockopen</title>
	<atom:link href="http://www.ankur.com/blog/106/php/resume-http-downloads-php-curl-fsockopen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ankur.com/blog/106/php/resume-http-downloads-php-curl-fsockopen/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=resume-http-downloads-php-curl-fsockopen</link>
	<description>PHP and javascript blog</description>
	<lastBuildDate>Fri, 01 Jul 2011 15:47:56 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://www.ankur.com/blog/106/php/resume-http-downloads-php-curl-fsockopen/comment-page-1/#comment-8683</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 01 Jul 2011 15:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankur.com/blog/?p=106#comment-8683</guid>
		<description>Hi! 
You have typo here (and some other lines actually too):
$out = &quot;GET &quot; . $urlParts[&quot;path&quot;] . &quot; HTTP/1.1rn&quot;;

There should be \r\n at the end:
$out = &quot;GET &quot; . $urlParts[&quot;path&quot;] . &quot; HTTP/1.1\r\n&quot;;


Thanks for article, it was helpful for me.</description>
		<content:encoded><![CDATA[<p>Hi!<br />
You have typo here (and some other lines actually too):<br />
$out = &#8220;GET &#8221; . $urlParts["path"] . &#8221; HTTP/1.1rn&#8221;;</p>
<p>There should be \r\n at the end:<br />
$out = &#8220;GET &#8221; . $urlParts["path"] . &#8221; HTTP/1.1\r\n&#8221;;</p>
<p>Thanks for article, it was helpful for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

