Reconnect FIX

This commit is contained in:
killer069
2021-08-17 12:52:49 +05:30
parent 06ebe8e9c7
commit 102ec0a595
3 changed files with 5 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ export async function stream(url : string, options? : StreamOptions){
'Connection': 'keep-alive',
'Accept-Encoding': '',
'Accept-Language': 'en-US,en;q=0.8'
}
},
http2 : true
})
}