]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/syndication/syndication.factor
http.client: use new http-get* word.
[factor.git] / basis / syndication / syndication.factor
index 407e09aab11dbd68c50ae0b6a10c087ae414b55e..8e9150f69353f67bd6110ea01dc2185b4b26d8d4 100644 (file)
@@ -108,7 +108,7 @@ M: byte-array parse-feed [ bytes>xml xml>feed ] with-html-entities ;
 
 : download-feed ( url -- feed )
     #! Retrieve an news syndication file, return as a feed tuple.
-    http-get nip parse-feed ;
+    http-get* parse-feed ;
 
 ! Atom generation