mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +00:00
Remove Connection close header
This commit is contained in:
parent
422a1e9f20
commit
b3653f8b6e
@ -68,7 +68,6 @@ class SslAesTransport(BaseTransport):
|
|||||||
"Content-Type": "application/json; charset=UTF-8",
|
"Content-Type": "application/json; charset=UTF-8",
|
||||||
"requestByApp": "true",
|
"requestByApp": "true",
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Connection": "close",
|
|
||||||
"Accept-Encoding": "gzip, deflate",
|
"Accept-Encoding": "gzip, deflate",
|
||||||
"User-Agent": "Tapo CameraClient Android",
|
"User-Agent": "Tapo CameraClient Android",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user