We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c6397 commit 590bb60Copy full SHA for 590bb60
lib/http-proxy/passes/web-incoming.js
@@ -89,7 +89,7 @@ web_o = Object.keys(web_o).map(function(pass) {
89
* @api private
90
*/
91
92
- function stream(req, res, options, head, server, clb) {
+ function stream(req, res, options, _, server, clb) {
93
if(options.forward) {
94
// If forward enable, so just pipe the request
95
var forwardReq = (options.forward.protocol === 'https:' ? https : http).request(
0 commit comments