bug: catch errors when sending commands to vnish with a bad token.
This commit is contained in:
@@ -98,6 +98,8 @@ class VNishWebAPI(BaseWebAPI):
|
||||
pass
|
||||
except json.JSONDecodeError:
|
||||
pass
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
async def multicommand(
|
||||
self, *commands: str, ignore_errors: bool = False, allow_warning: bool = True
|
||||
|
||||
Reference in New Issue
Block a user