Joseph Oster

Results 1 issues of Joseph Oster

'client.request()' is used in five of the /examples files and breaks the current nodeJS (v0.8.9). Example: requestGenerator: function(client) { return client.request('GET', "/" + Math.floor(Math.random()*8000), { 'host': 'localhost' }); } terminal...