Skip to content

Commit 590bb60

Browse files
committed
[fix] _ because it is unused
1 parent b8c6397 commit 590bb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http-proxy/passes/web-incoming.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ web_o = Object.keys(web_o).map(function(pass) {
8989
* @api private
9090
*/
9191

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

0 commit comments

Comments
 (0)