Skip to content

Commit b43aee2

Browse files
committed
Migrate to using aiohttp
1 parent bfbf094 commit b43aee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onvif/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
_CONNECT_TIMEOUT = 30
5252
_READ_TIMEOUT = 90
5353
_WRITE_TIMEOUT = 90
54-
_KEEPALIVE_TIMEOUT = aiohttp.ClientTimeout(sock_keepalive=KEEPALIVE_EXPIRY)
54+
# Keepalive is set on the connector, not in ClientTimeout
5555
_NO_VERIFY_SSL_CONTEXT = create_no_verify_ssl_context()
5656

5757

0 commit comments

Comments
 (0)