Skip to content

Commit

Permalink
[fix] _ because it is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnt committed Nov 7, 2013
1 parent b8c6397 commit 590bb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http-proxy/passes/web-incoming.js
Expand Up @@ -89,7 +89,7 @@ web_o = Object.keys(web_o).map(function(pass) {
* @api private
*/

function stream(req, res, options, head, server, clb) {
function stream(req, res, options, _, server, clb) {
if(options.forward) {
// If forward enable, so just pipe the request
var forwardReq = (options.forward.protocol === 'https:' ? https : http).request(
Expand Down

0 comments on commit 590bb60

Please sign in to comment.