lib/http-proxy
passes
web-incoming.js +7 -7
web-outgoing.js +6 -6
ws-incoming.js +4 -4
common.js +6 -6
index.js +7 -7
@@ -65,8 +65,8 @@ module.exports = {
@@ -101,13 +101,13 @@ module.exports = {
@@ -116,7 +116,7 @@ module.exports = {
@@ -139,7 +139,7 @@ module.exports = {
@@ -162,7 +162,7 @@ module.exports = {
@@ -51,8 +51,8 @@ module.exports = { // <--
@@ -83,7 +83,7 @@ module.exports = { // <--
@@ -102,14 +102,14 @@ module.exports = { // <--
@@ -52,7 +52,7 @@ module.exports = {
@@ -82,7 +82,7 @@ module.exports = {
@@ -121,14 +121,14 @@ module.exports = {
+ 6
- 6
@@ -76,15 +76,15 @@ common.setupOutgoing = function(outgoing, options, req, forward) {
@@ -142,7 +142,7 @@ common.setupSocket = function(socket) {
@@ -174,7 +174,7 @@ common.urlJoin = function() {
@@ -218,7 +218,7 @@ common.rewriteCookieDomain = function rewriteCookieDomain(header, config) {
+ 7
- 7
@@ -29,7 +29,7 @@ function createRightProxy(type) {
@@ -41,7 +41,7 @@ function createRightProxy(type) {
@@ -69,7 +69,7 @@ function createRightProxy(type) {
@@ -122,7 +122,7 @@ ProxyServer.prototype.onError = function (err) {
@@ -139,7 +139,7 @@ ProxyServer.prototype.listen = function(port, hostname) {
@@ -157,7 +157,7 @@ ProxyServer.prototype.before = function(type, passName, callback) {
@@ -172,7 +172,7 @@ ProxyServer.prototype.after = function(type, passName, callback) {