Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2011 at 18:37 UTC
Updated:
6 Jul 2013 at 05:05 UTC
Currently if you run feeds without curl, drupal_http_request will supprt URLs that start with "feed://". Once you enable curl (which is superior IMHO), this will break because "feed" isn't a real protocol prefix and feeds/libraries/http_request.inc doesn't support it. You get a 1003 error.
It would be nice if feeds translated feed:// urls to http:// prior to fetching with curl so people didn't have to worry about this.
Comments
Comment #1
twistor commentedThis was fixed some time ago.