Fedor Indutny
|
45ef87e71b
|
[websockets] add latest websockets support
|
2011-09-30 03:28:46 +02:00 |
|
Joshua Holbrook
|
1f33943b23
|
[fix] connection.socket -> socket for source of x-forwarded-for data
|
2011-09-20 14:34:03 -07:00 |
|
Joshua Holbrook
|
2677bb6c44
|
[fix] x-forwarded http headers should set properly.
|
2011-09-20 13:00:59 -07:00 |
|
indexzero
|
0eb4917ded
|
[fix] Add x-forward-* headers for WebSocket requests. Closes #74
|
2011-09-10 06:57:51 -04:00 |
|
indexzero
|
f765f90ec3
|
[api] Finalized the RoutingProxy API
|
2011-09-10 03:55:07 -04:00 |
|
indexzero
|
598fe2e38d
|
[api doc] Rebuilt httpProxy.createServer() with the newer high-level RoutingProxy API
|
2011-09-09 18:14:49 -04:00 |
|
indexzero
|
5927ecd62a
|
[api test dist] Stubbed out the API for the higher-level RoutingProxy object to be exposed by node-http-proxy
|
2011-09-08 18:22:38 -07:00 |
|
indexzero
|
0eae2a913a
|
[api] Added new close() method which cleans up sockets from HttpProxy instances
|
2011-09-08 16:55:45 -07:00 |
|
indexzero
|
ec03d72c5d
|
[minor] Move private methods to the bottom of file(s)
|
2011-09-08 16:53:42 -07:00 |
|
indexzero
|
0c71119ee5
|
resume() can throw
|
2011-09-08 16:41:42 -07:00 |
|
indexzero
|
37e2541891
|
Emit drain if it doesn't happen on its own in 100ms
|
2011-09-08 16:36:19 -07:00 |
|
indexzero
|
6a7fd14bfa
|
Add flow control
|
2011-09-08 16:29:15 -07:00 |
|
indexzero
|
ca1d12cf1b
|
[fix] Memory leak hunting.
|
2011-09-08 16:21:20 -07:00 |
|
indexzero
|
e1c41d0694
|
[fix] Add guards to every throw-able res.end call
|
2011-08-28 21:27:01 -04:00 |
|
indexzero
|
de4a6fe8a5
|
[fix] Only set x-forward-* headers if req.connection and req.connection.socket
|
2011-08-28 21:21:35 -04:00 |
|
indexzero
|
daf9231a66
|
[test fix] A few minor fixes to ensure basic WebSocket tests are working. Better scope tests by supported protocol
|
2011-08-28 05:06:14 -04:00 |
|
indexzero
|
d2b0e4399e
|
[api breaking] Begin refactor to optimize node-http-proxy by managing one instance of HttpProxy per host:port location
|
2011-08-28 03:38:39 -04:00 |
|