Skip to content

Commit

Permalink
Merge pull request #9 from galaxyproject/fix-forward-ws
Browse files Browse the repository at this point in the history
Forward websocket requests
  • Loading branch information
hexylena committed Oct 28, 2020
2 parents 3a15cdf + 087f6ce commit 43300d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/proxy.js
Expand Up @@ -247,6 +247,7 @@ DynamicProxy.prototype.handleWs = function(req, res, head) {
console.log(error);
}
};
target = this.configureForward(req, target);
this.proxy.ws(
req,
res,
Expand Down

0 comments on commit 43300d2

Please sign in to comment.