Skip to content

Commit 75149b7

Browse files
committed
Upgrade node-http-proxy to 0.10.1.
Intentionally not choosing 0.10.2, which has a websocket proxying Node 0.10 semi-fix which I found to sometimes corrupt data (on Node 0.10). See my analysis on http-party/node-http-proxy#402 I do not know whether or not the PR corrupts data on 0.8, but it isn't necessary there, so I'm going to hold off on taking that change until the promised future complete rewrite of http-proxy to use the new 0.10 streams API.
1 parent e43f873 commit 75149b7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

History.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
* Fix Mongo queries which nested JavaScript RegExp objects inside `$or`. #1089
1919

20-
* Upgrade Underscore from 1.4.2 to 1.4.4.
20+
* Upgrade Underscore from 1.4.2 to 1.4.4. #776
21+
22+
* Upgrade http-proxy from 0.8.5 to 0.10.1. #513
2123

2224
* Upgrade Connect from 1.9.2 to 2.7.10.
2325

meteor

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
BUNDLE_VERSION=0.3.5
3+
BUNDLE_VERSION=0.3.6
44

55
# OS Check. Put here because here is where we download the precompiled
66
# bundles that are arch specific.

scripts/generate-dev-bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ npm install [email protected]
103103
npm install [email protected]
104104
npm install [email protected]
105105
npm install [email protected]
106-
npm install http-proxy@0.8.5
106+
npm install http-proxy@0.10.1 # not 0.10.2, which contains a sketchy websocket change
107107
npm install [email protected]
108108
npm install [email protected]
109109
npm install [email protected]

0 commit comments

Comments
 (0)