Comparing version 0.7.0 to 0.7.1
@@ -126,6 +126,8 @@ /** | ||
config.path = path; | ||
var opt = { | ||
host: config.server.host, | ||
port: config.server.port, | ||
path: path, | ||
path: config.path, | ||
method: config.method, | ||
@@ -132,0 +134,0 @@ headers: config.headers, |
@@ -317,2 +317,3 @@ /** | ||
path: this.conf.path, | ||
proxy: this.conf.proxy, | ||
query: JSON.stringify(this.conf.query), | ||
@@ -319,0 +320,0 @@ remote: this.conf.server.host + ':' + this.conf.server.port, |
{ | ||
"name": "node-ral", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "a rpc client for node", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"urlencode": "1.1.0", | ||
"yog-log": "0.0.22" | ||
"yog-log": "0.0.24" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
@@ -586,3 +586,3 @@ /** | ||
req.on('data', function (data) { | ||
data.path.should.be.eql('/close'); | ||
data.path.should.be.eql('/close?from=ral'); | ||
done(); | ||
@@ -589,0 +589,0 @@ }); |
332890
9730
+ Addedyog-log@0.0.24(transitive)
- Removedyog-log@0.0.22(transitive)
Updatedyog-log@0.0.24