From 1852834ef7915e2f95411a75aa60dc65643133b3 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Thu, 15 Nov 2012 23:53:45 -0800 Subject: [PATCH] Note that our problem with http-proxy 0.8.3 is fixed in 0.8.5. We've already built a dev bundle for this round though, so not worth actually upgrading yet. --- admin/generate-dev-bundle.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index 5977224392..f7ce755ab9 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -98,8 +98,7 @@ npm install stream-buffers@0.2.3 npm install keypress@0.1.0 npm install sockjs@0.3.4 -# 0.8.4 contains a regression w/ maxSockets support. it is fixed on -# master, and will hopefully be in 0.8.5. +# 0.8.4 contains a regression w/ maxSockets support. it is fixed in 0.8.5. npm install http-proxy@0.8.3 # pinned at older version. 0.1.16+ uses mimelib, not mimelib-noiconv # which make the dev bundle much bigger. We need a better solution.