From 925cfc0a8d14e39d3fd6e8674ea90b5ed254bcc2 Mon Sep 17 00:00:00 2001 From: Sveinung Gundersen Date: Sun, 15 Oct 2023 20:10:38 +0200 Subject: [PATCH] Added TODO to remove rstudio hack --- lib/proxy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/proxy.js b/lib/proxy.js index 6be53c5..35a10f9 100644 --- a/lib/proxy.js +++ b/lib/proxy.js @@ -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",