默认关闭连接

This commit is contained in:
Jing Ling
2020-03-15 17:49:42 +08:00
parent 6431ede868
commit 6868e32a84
+1 -1
View File
@@ -73,7 +73,7 @@ def gen_fake_header():
'Accept-Encoding': 'gzip, deflate, br',
'Accept-Language': 'en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7',
'Cache-Control': 'max-age=0',
'Connection': 'keep-alive',
'Connection': 'close',
'DNT': '1',
'Referer': 'https://www.google.com/',
'Upgrade-Insecure-Requests': '1',