Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 57bd76d

Browse files
author
Tully
committed
1 parent aba505d commit 57bd76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http-proxy/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ common.urlJoin = function() {
150150
retSegs = [
151151
args.filter(function filter(a) {
152152
return !!a;
153-
}).join('/').replace(/\/+/g, '/')
153+
}).join('/')
154154
];
155155

156156
// Only join the query string if it exists so we don't have trailing a '?'

0 commit comments

Comments
 (0)