drachtio-srf 5.0.2 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,6 +120,8 @@ module.exports = class DigestClient {
120
120
  if (transport) proxy += `;transport=${transport}`;
121
121
  Object.assign(options, {proxy});
122
122
  }
123
+
124
+ options._socket = this.res.socket;
123
125
  this.agent.request(options, callback) ;
124
126
  }) ;
125
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drachtio-srf",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "drachtio signaling resource framework",
5
5
  "main": "lib/srf.js",
6
6
  "types": "lib/@types/index.d.ts",