mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[minor] this shouldnt be in var block
This commit is contained in:
parent
7c5e40a429
commit
3f19e6e178
@ -140,8 +140,9 @@ common.urlJoin = function() {
|
||||
lastIndex = args.length - 1,
|
||||
last = args[lastIndex],
|
||||
lastSegs = last.split('?'),
|
||||
args[lastIndex] = lastSegs[0],
|
||||
retSegs;
|
||||
|
||||
args[lastIndex] = lastSegs[0];
|
||||
|
||||
//
|
||||
// Join all strings, but remove empty strings so we don't get extra slashes from
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user