@abtnode/router-provider 1.16.10-beta-b707d07a → 1.16.10-beta-8b8a035d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  const fs = require('fs');
4
4
  const http = require('http');
5
5
  const https = require('https');
6
- const httpProxy = require('http-proxy');
6
+ const httpProxy = require('@arcblock/http-proxy');
7
7
  const validUrl = require('valid-url');
8
8
  const path = require('path');
9
9
  const _ = require('lodash');
@@ -23,3 +23,5 @@ proxy_buffer_size 10k;
23
23
  proxy_next_upstream error timeout invalid_header;
24
24
  proxy_redirect off;
25
25
  proxy_http_version 1.1;
26
+
27
+ proxy_ignore_client_abort off;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.16.10-beta-b707d07a",
3
+ "version": "1.16.10-beta-8b8a035d",
4
4
  "description": "Routing engine implementations for abt node",
5
5
  "author": "polunzh <polunzh@gmail.com>",
6
6
  "homepage": "https://github.com/ArcBlock/blocklet-server#readme",
@@ -32,17 +32,17 @@
32
32
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@abtnode/constant": "1.16.10-beta-b707d07a",
36
- "@abtnode/logger": "1.16.10-beta-b707d07a",
37
- "@abtnode/router-templates": "1.16.10-beta-b707d07a",
38
- "@abtnode/util": "1.16.10-beta-b707d07a",
35
+ "@abtnode/constant": "1.16.10-beta-8b8a035d",
36
+ "@abtnode/logger": "1.16.10-beta-8b8a035d",
37
+ "@abtnode/router-templates": "1.16.10-beta-8b8a035d",
38
+ "@abtnode/util": "1.16.10-beta-8b8a035d",
39
+ "@arcblock/http-proxy": "^1.19.1",
39
40
  "axios": "^0.27.2",
40
41
  "debug": "^4.3.4",
41
42
  "find-process": "^1.4.7",
42
43
  "fkill": "^7.2.1",
43
44
  "fs-extra": "^10.1.0",
44
45
  "get-port": "^5.1.1",
45
- "http-proxy": "^1.18.1",
46
46
  "is-valid-domain": "^0.1.6",
47
47
  "lodash": "^4.17.21",
48
48
  "lru-cache": "^7.14.0",
@@ -60,5 +60,5 @@
60
60
  "bluebird": "^3.7.2",
61
61
  "fs-extra": "^10.1.0"
62
62
  },
63
- "gitHead": "5f5f4d2251c0556c262833536892d0542f85968d"
63
+ "gitHead": "d6c5dfae5a54fcbf0d916c0647003fd6413532f1"
64
64
  }