@@ -84,7 +84,7 @@ var Client = module.exports = exports = function Client(options) {
  */
 
 Client.prototype.request = function(method, filename, headers){
-  var options = { host: this.endpoint }
+  var options = { host: this.endpoint, agent: this.agent }
     , date = new Date
     , headers = headers || {};
 