- 03 Jan, 2012 36 commits
-
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Maciej Małecki authored
Features: * timeout * running tests in separate processes * printing basic summary
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT` * `process.exit` instead of `server.close` (process wouldn't exit otherwise, I'm not sure why)
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT` * remove https part * change assertion to match `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT` As off a95cf9bd63, this test doesn't hang.
-
Maciej Małecki authored
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Maciej Małecki authored
Modifications: * add `PROXY_PORT` constant
-
Maciej Małecki authored
-
Maciej Małecki authored
Previous approach failed in case of routing table like: { 'domain.com': 'localhost:9000', 'a.domain.com': 'localhost:9001' } without `hostnameOnly`. When routing request to `a.domain.com`, `RegExp` matched first entry (`domain.com`) and returned it.
-
indexzero authored
Conflicts: lib/node-http-proxy/http-proxy.js
-
Maciej Małecki authored
-
Maciej Małecki authored
Instead, just perform a request.
-
Maciej Małecki authored
-
Ken "Elf" Mathieu Sternberg authored
This handles the case where a back-end web application such as Django or Rails issues a redirect and automatically decorates the URL with the protocol with which it was addressed. If the back-ends are internal and HTTP-only, then they'll issue a URL with 'http://' as the protocol. This must be fixed before leaving the proxy. This also handles the (unusual) case where a back-end speaks only https://, but the user is deploying node-http-proxy to make that service available to non-SSL capable browsers. Works only with 301 and 302 codes.
-
Ken "Elf" Mathieu Sternberg authored
error-prone in-line method. _getKey() will look for options.target as well as options.host:options.port, and so is useful for a segmented proxy server where the destination proxies are not constructed before first references.
-
Samyak Bhuta authored
-
Charlie McConnell authored
This reverts commit 30dac898.
-
- 01 Dec, 2011 1 commit
-
-
Cédric de Saint Martin authored
-
- 22 Nov, 2011 1 commit
-
-
Charlie McConnell authored
-
- 17 Nov, 2011 2 commits
-
-
Charlie McConnell authored
-
Max Ogden authored
-