mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
This reverts commit 7887850505bbaef83467c732e07b23236e31f1d2.
This commit is contained in:
parent
549e8cf2c5
commit
335872b54d
@ -211,10 +211,6 @@ def _response_header(response: aiohttp.ClientResponse) -> Dict[str, str]:
|
|||||||
hdrs.CONTENT_LENGTH,
|
hdrs.CONTENT_LENGTH,
|
||||||
hdrs.CONTENT_TYPE,
|
hdrs.CONTENT_TYPE,
|
||||||
hdrs.CONTENT_ENCODING,
|
hdrs.CONTENT_ENCODING,
|
||||||
hdrs.SEC_WEBSOCKET_EXTENSIONS,
|
|
||||||
hdrs.SEC_WEBSOCKET_PROTOCOL,
|
|
||||||
hdrs.SEC_WEBSOCKET_VERSION,
|
|
||||||
hdrs.SEC_WEBSOCKET_KEY,
|
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
headers[name] = value
|
headers[name] = value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user