fix keepalive setting
This commit is contained in:
Vendored
+3
-1
@@ -688,7 +688,9 @@ var BaseAPI = /*#__PURE__*/function () {
|
||||
break;
|
||||
}
|
||||
},
|
||||
fetchKeepalive: function fetchKeepalive() {}
|
||||
fetchKeepalive: function fetchKeepalive() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-1
@@ -688,7 +688,9 @@ var BaseAPI = /*#__PURE__*/function () {
|
||||
break;
|
||||
}
|
||||
},
|
||||
fetchKeepalive: function fetchKeepalive() {}
|
||||
fetchKeepalive: function fetchKeepalive() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-1
@@ -563,7 +563,9 @@ var BaseAPI = /*#__PURE__*/function () {
|
||||
break;
|
||||
}
|
||||
},
|
||||
fetchKeepalive: function fetchKeepalive() {}
|
||||
fetchKeepalive: function fetchKeepalive() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-1
@@ -563,7 +563,9 @@ var BaseAPI = /*#__PURE__*/function () {
|
||||
break;
|
||||
}
|
||||
},
|
||||
fetchKeepalive: function fetchKeepalive() {}
|
||||
fetchKeepalive: function fetchKeepalive() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user