Skip to content

Commit 7bb676e

Browse files
authored
Update 10010.js
1 parent e200204 commit 7bb676e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

10010/10010.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@ function init() {
222222
log = (message) => console.log(message)
223223
get = (url, cb) => {
224224
console.log(url)
225-
if (url.hasOwnProperty['headers'] && url['headers'].hasOwnProperty('Content-Length')) {
226-
delete url['headers']['Content-Length']
225+
if (url.hasOwnProperty['headers']) {
226+
// delete url['headers']['Content-Length']
227+
// if (url.hasOwnProperty['headers'] && url['headers'].hasOwnProperty('Content-Length'))
227228
console.log("66666666666")
228229
}
229230
if (isSurge()) {

0 commit comments

Comments
 (0)