XMLStream proxy_error event duplicated with connection_failed
SASL `no_auth` event duplicated with `failed_auth`
This commit is contained in:
@@ -610,6 +610,7 @@ class XMLStream(object):
|
||||
lines = resp.split('\r\n')
|
||||
if '200' not in lines[0]:
|
||||
self.event('proxy_error', resp)
|
||||
self.event('connection_failed', direct=True)
|
||||
log.error('Proxy Error: %s', lines[0])
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user