mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[fix] _ because it is unused
This commit is contained in:
parent
b8c6397a94
commit
590bb604da
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user