Skip to content

Commit

Permalink
another stupid request fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jan 21, 2012
1 parent c70fa97 commit 5ad1248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodester.coffee
Expand Up @@ -11,7 +11,7 @@ class Nodester

request: (method, path, body, cb) ->
req =
uri: encodeUri(@baseurl + path)
uri: encodeURI(@baseurl + path)
method: method
body: querystring.stringify(body)
headers:
Expand Down

0 comments on commit 5ad1248

Please sign in to comment.