File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
## ChangeLog for: node-http-proxy
2
2
3
+ ## Version 0.9.0 - 3/9/2012
4
+ - Fix #276 Ensure response.headers.location is defined (indexzero)
5
+ - Fix #248 Make options immutable in RoutingProxy (indexzero)
6
+ - Fix #359 Do not modify the protocol in redirect request for external sites. (indexzero)
7
+ - Fix #373 Do not use "Transfer-Encoding: chunked" header for proxied DELETE requests with no "Content-Length" header. (indexzero)
8
+ - Fix #338 Set "content-length" header to "0" if it is not already set on DELETE requests. (indexzero)
9
+ - Updates to README.md and Examples (ramitos, jamie-stackhouse, oost, indexzero)
10
+ - Fixes to ProxyTable and Routing Proxy (adjohnson916, otavoijr)
11
+ - New API for ProxyTable (mikkel, tglines)
12
+ - Add ` options.timeout ` for specifying socket timeouts (pdoran)
13
+ - Improve bin/node-http-proxy (niallo)
14
+ - Don't emit ` proxyError ` twice (erasmospunk)
15
+ - Fix memory leaks in WebSocket proxying
16
+ - Support UNIX Sockets (yosefd)
17
+ - Fix truncated chunked respones (jpetazzo)
18
+ - Allow upstream listeners to get ` proxyResponse ` (colinmollenhour)
19
+
3
20
## Version 0.8.1 - 6/5/2012
4
21
- Fix re-emitting of events in RoutingProxy (coderarity)
5
22
- New load balancer and middleware examples (marak)
You can’t perform that action at this time.
0 commit comments