mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
keep-alive
This commit is contained in:
+2
-1
@@ -554,7 +554,8 @@ def default_headers():
|
||||
return CaseInsensitiveDict({
|
||||
'User-Agent': default_user_agent(),
|
||||
'Accept-Encoding': ', '.join(('gzip', 'deflate')),
|
||||
'Accept': '*/*'
|
||||
'Accept': '*/*',
|
||||
'Connection': 'keep-alive'
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user