We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e200204 commit 7bb676eCopy full SHA for 7bb676e
1 file changed
10010/10010.js
@@ -222,8 +222,9 @@ function init() {
222
log = (message) => console.log(message)
223
get = (url, cb) => {
224
console.log(url)
225
- if (url.hasOwnProperty['headers'] && url['headers'].hasOwnProperty('Content-Length')) {
226
- delete url['headers']['Content-Length']
+ if (url.hasOwnProperty['headers']) {
+ // delete url['headers']['Content-Length']
227
+ // if (url.hasOwnProperty['headers'] && url['headers'].hasOwnProperty('Content-Length'))
228
console.log("66666666666")
229
}
230
if (isSurge()) {
0 commit comments