Skip to content

Commit

Permalink
Set feed to use querystring
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hughes authored and Michael Hughes committed Mar 30, 2013
1 parent 655dcbf commit 0694f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/FeedCollector.coffee
Expand Up @@ -14,7 +14,7 @@ exports.createFeedCollector = (feed)->
@parseFeed data, fun @parseFeed data, fun


requestFeed:(URL,fun)-> requestFeed:(URL,fun)->
options = url.parse(URL) options = url.parse(URL,true)
data="" data=""
req = http.request options, (res) -> req = http.request options, (res) ->
res.setEncoding('utf8') res.setEncoding('utf8')
Expand Down

0 comments on commit 0694f1b

Please sign in to comment.