cronopio
1d1ee88582
[tests] the options got a problem and this test probe that timeout is not being set
2013-10-21 03:25:47 -05:00
Jarrett Cruger
e4450132e2
Merge pull request #502 from jamesmanning/patch-1
...
attempting to fix links to 2 source locations in README.md
2013-10-20 02:19:58 -07:00
James Manning
bbe2b2788a
attempting to fix link to valid options properties
...
Current link for 'valid properties are available here' goes to url:
https://github.com/nodejitsu/node-http-proxy/blob/caronte/tree/master/lib/http-proxy.js#L26-L39
The url works fine if 'tree/master/' is removed, so this is trying to remove that part of the relative path.
The same removal of 'tree/master/' is being made for the 'available here' link that is preceded by "When a request is proxied it follows two different pipelines" since it suffers the same issue.
2013-10-19 23:43:22 -04:00
cronopio
86750c7e59
[tests] throw error when no options, ALL TESTS PASSING! YAY
2013-10-10 11:04:17 -05:00
cronopio
c65ffbb976
[tests] fixed inherits problem and listen for the correct event
2013-10-09 12:40:05 -05:00
cronopio
a7042132c8
[tests] fixing tests, fixed some typos and changed how passes are stored
2013-10-09 12:00:42 -05:00
cronopio
b333e63648
[tests] fixing minor typos
2013-10-09 11:04:41 -05:00
cronopio
c9f5772fc1
[tests] remove caronte and use http-proxy for file names
2013-10-09 10:49:13 -05:00
yawnt
a9f9e21eda
[fix]
2013-10-09 17:37:20 +02:00
yawnt
3d8e5383cd
[fix] better code
2013-10-09 17:31:02 +02:00
yawnt
5a1504f076
[fix] minor typo
2013-10-09 17:28:39 +02:00
yawnt
c7924e01f9
[fix] callback as optional error handler
2013-10-09 17:23:44 +02:00
yawnt
601dbcbfe9
[fix] refactor error handling
2013-10-09 16:59:03 +02:00
yawnt
b79bd29d5e
[feature] start working on the new server
2013-10-08 22:24:16 +02:00
3rd-Eden
a51b062278
[minor] Remove duplicate dependencies and cleanup of the scripts
2013-10-01 09:14:37 +02:00
yawnt
8269eca2bb
[fix] tests
2013-09-26 11:13:16 +02:00
yawnt
1436b715ae
Merge pull request #492 from nodejitsu/1.0.0-dev
...
[merge] rename codename to actual project name
2013-09-26 02:05:02 -07:00
indexzero
bb0d28c587
[refactor minor] s/caronte/http-proxy/ or s/caronte/httpProxy/ where appropriate.
2013-09-26 03:37:08 -04:00
indexzero
f7f5fa727e
[dist doc] Added documentation for consistent benchmarking of node-http-proxy
2013-09-26 03:27:55 -04:00
yawnt
455f97e14c
[fix] finished jshint fixes
2013-09-25 15:11:04 +02:00
yawnt
17399e7c3e
[fix] more jshint intendation
2013-09-25 15:08:27 +02:00
yawnt
0aeaba7fe6
[fix] remove trailing whitespaces
2013-09-25 14:58:59 +02:00
yawnt
94ec6fa5ce
Merge pull request #484 from srossross/error_handling
...
[merge] Added error handling example
2013-09-22 04:22:40 -07:00
srossross
32a40889ce
DOC: Added error handling example
2013-09-21 13:15:34 -07:00
yawnt
32dcb0449c
Merge pull request #482 from srossross/caronte
...
[merge] https & agent
2013-09-21 01:49:00 -07:00
cronopio
4a517fbe6e
[readme] add links to badges on readme, fix #483
2013-09-20 20:47:02 -05:00
cronopio
5dcdf2b36c
[doc] added some documentation to functions and comments to understand better the code
2013-09-20 19:28:53 -05:00
srossross
7ad5c0f993
DOC: updated readme
...
@yawnt I think it is good to go. If you have any other tests in mind let me know.
2013-09-18 09:07:56 -07:00
srossross
39b0c46a69
TEST: added agent and header tests
2013-09-17 15:29:48 -07:00
srossross
a350fadea6
FIX: tests. still need to add more tests tho
2013-09-17 15:06:22 -07:00
srossross
1b5fb1d8fc
DOC: updated readme with options
2013-09-17 15:00:28 -07:00
srossross
12cda561af
ENH: updated agent options in common.setupOutgoing
2013-09-17 14:52:53 -07:00
srossross
f566a42e51
ENH: updated examples
2013-09-17 14:51:56 -07:00
srossross
4ee96ddd66
Merge branch 'agent' into caronte
2013-09-17 11:51:17 -07:00
srossross
1c7ace26c5
ENH: updated example
2013-09-17 11:50:04 -07:00
srossross
7d840d3515
ENH: added 'headers' to available options, to add or overwrite existing headers
2013-09-17 11:45:41 -07:00
srossross
427d8d8536
ENH: added new https example, needs to be simplified before merge
...
updated existing example with log output
2013-09-17 11:44:09 -07:00
srossross
13741a823f
ENH: updated https and agent option
...
Removed logic from createProxyServer and put it into setupOutgoing.
Conflicts:
lib/caronte.js
2013-09-17 11:23:12 -07:00
yawnt
69f126b34c
[fix] space
2013-09-17 20:15:34 +02:00
yawnt
72a89eab8b
[fix] link
2013-09-17 20:14:16 +02:00
yawnt
1ceea3e5f9
[docs] test badge
2013-09-17 20:11:03 +02:00
yawnt
f36cb4d5a1
[fix] coveralls.. will it work?
2013-09-17 19:30:59 +02:00
yawnt
ca092635e7
[test] remove chunked on http1.0
2013-09-17 16:32:55 +02:00
yawnt
8663ac1c43
[fix] do not send chunked responses to http1.0 clients
2013-09-17 16:28:54 +02:00
yawnt
afc4d0931f
[fix] pooled connections, closes #478
2013-09-17 12:14:52 +02:00
yawnt
6b61878759
[docs] add travis build status
2013-09-17 11:24:35 +02:00
yawnt
16a4d9da11
[test] added tests for web-outgoing.js
2013-09-17 11:20:18 +02:00
yawnt
2c10f256b6
[fix] write connection header
2013-09-17 10:59:45 +02:00
yawnt
611a1b1961
[fix] add 0.10 link, fixes #459
2013-09-17 10:38:25 +02:00
yawnt
031452e400
[fix] closes #473
2013-09-17 10:31:52 +02:00