Remove Connection close header

This commit is contained in:
Steven B 2024-12-16 13:09:34 +00:00
parent 422a1e9f20
commit b3653f8b6e
No known key found for this signature in database
GPG Key ID: 6D5B46B3679F2A43

View File

@ -68,7 +68,6 @@ class SslAesTransport(BaseTransport):
"Content-Type": "application/json; charset=UTF-8",
"requestByApp": "true",
"Accept": "application/json",
"Connection": "close",
"Accept-Encoding": "gzip, deflate",
"User-Agent": "Tapo CameraClient Android",
}