Skip to content

Commit

Permalink
testing httpclient response performance
Browse files Browse the repository at this point in the history
  • Loading branch information
richcollins committed Mar 30, 2012
1 parent f5b3e1b commit 26fddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/HttpClientResponse.js
Expand Up @@ -29,7 +29,7 @@ oden.HttpClientResponse = ideal.Observable.clone().newSlots({
var nodeResponse = this.nodeResponse();
nodeResponse.setEncoding('utf8');
nodeResponse.on("data", function(data){
self.setBody(self.body() + data);
//self.setBody(self.body() + data);
});
nodeResponse.on("end", function(){
self.sendNotification("ended");
Expand Down

0 comments on commit 26fddec

Please sign in to comment.