Hassio update timeout filter list (#12617)

* Update timeout filter list

* Update http.py
This commit is contained in:
Pascal Vizeli 2018-02-23 19:13:04 +01:00 committed by Paulus Schoutsen
parent c3d322f26c
commit 5a80d4e5ea

View File

@ -31,6 +31,8 @@ NO_TIMEOUT = {
re.compile(r'^addons/[^/]*/rebuild$'),
re.compile(r'^snapshots/.*/full$'),
re.compile(r'^snapshots/.*/partial$'),
re.compile(r'^snapshots/[^/]*/upload$'),
re.compile(r'^snapshots/[^/]*/download$'),
}
NO_AUTH = {