[fix] _ because it is unused

This commit is contained in:
yawnt 2013-11-07 19:00:01 +01:00
parent b8c6397a94
commit 590bb604da

View File

@ -89,7 +89,7 @@ web_o = Object.keys(web_o).map(function(pass) {
* @api private * @api private
*/ */
function stream(req, res, options, head, server, clb) { function stream(req, res, options, _, server, clb) {
if(options.forward) { if(options.forward) {
// If forward enable, so just pipe the request // If forward enable, so just pipe the request
var forwardReq = (options.forward.protocol === 'https:' ? https : http).request( var forwardReq = (options.forward.protocol === 'https:' ? https : http).request(