Skip to content

Commit

Permalink
Forward timeout to http wrappter
Browse files Browse the repository at this point in the history
  • Loading branch information
pfleidi committed May 28, 2011
1 parent e359fac commit 3118b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wwwdude/index.js
Expand Up @@ -203,6 +203,7 @@ var createClient = exports.createClient = function createClient(clientOptions) {
options: options,
respond: _respond,
encoding: encoding,
timeout: clientOptions.timeout,
handler: _responseHandler
});

Expand Down

0 comments on commit 3118b07

Please sign in to comment.