Skip to content

Commit

Permalink
Added TODO to remove rstudio hack
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Oct 15, 2023
1 parent a71d6f2 commit 925cfc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const DynamicProxy = function (options) {
};

DynamicProxy.prototype.rewriteRequest = function (request) {
// TODO: This no longer seems needed. Remove?
if (request.url.indexOf("rstudio") != -1) {
var remap = {
"content-type": "Content-Type",
Expand Down

0 comments on commit 925cfc0

Please sign in to comment.