Skip to content

Commit

Permalink
Do not prepend upgradeUrl.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm committed Jan 23, 2016
1 parent 6273203 commit 2aeb423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.110 (2015/01/23)
===================
- Bug fix for wrong proxy url.

0.1.109 (2015/01/23)
===================
- Close proxy after provider is removed.
Expand Down
3 changes: 0 additions & 3 deletions lib/web/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,6 @@ exports.getProxyHandler = function(scheduler, httpServer, upgradeUrl) {
if (!provider) {
exports.noProviderAvailable(req, res)
} else {
if (upgradeUrl) {
req.url = path.join(upgradeUrl, req.url)
}
// debug('Proxy web %s %s to povider %s:%s from %s',
// req.method,
// req.url,
Expand Down

0 comments on commit 2aeb423

Please sign in to comment.