mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-24 03:58:13 +00:00
removed connection keep-alive
This commit is contained in:
parent
c44fe01434
commit
21ed235ad2
1
dist/web3-light.js
vendored
1
dist/web3-light.js
vendored
@ -3209,7 +3209,6 @@ HttpProvider.prototype.send = function (payload) {
|
|||||||
|
|
||||||
request.open('POST', this.host, false);
|
request.open('POST', this.host, false);
|
||||||
request.setRequestHeader('Content-type','application/json');
|
request.setRequestHeader('Content-type','application/json');
|
||||||
request.setRequestHeader('Connection','Keep-Alive');
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
request.send(JSON.stringify(payload));
|
request.send(JSON.stringify(payload));
|
||||||
|
4
dist/web3-light.min.js
vendored
4
dist/web3-light.min.js
vendored
File diff suppressed because one or more lines are too long
1
dist/web3.js
vendored
1
dist/web3.js
vendored
@ -3209,7 +3209,6 @@ HttpProvider.prototype.send = function (payload) {
|
|||||||
|
|
||||||
request.open('POST', this.host, false);
|
request.open('POST', this.host, false);
|
||||||
request.setRequestHeader('Content-type','application/json');
|
request.setRequestHeader('Content-type','application/json');
|
||||||
request.setRequestHeader('Connection','Keep-Alive');
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
request.send(JSON.stringify(payload));
|
request.send(JSON.stringify(payload));
|
||||||
|
4
dist/web3.js.map
vendored
4
dist/web3.js.map
vendored
File diff suppressed because one or more lines are too long
6
dist/web3.min.js
vendored
6
dist/web3.min.js
vendored
File diff suppressed because one or more lines are too long
@ -37,7 +37,6 @@ HttpProvider.prototype.send = function (payload) {
|
|||||||
|
|
||||||
request.open('POST', this.host, false);
|
request.open('POST', this.host, false);
|
||||||
request.setRequestHeader('Content-type','application/json');
|
request.setRequestHeader('Content-type','application/json');
|
||||||
request.setRequestHeader('Connection','Keep-Alive');
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
request.send(JSON.stringify(payload));
|
request.send(JSON.stringify(payload));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user