|
|
@@ -90,6 +90,7 @@ test('Lua passdb sends both IMAP and POP3 to the private auth bridge', () => {
|
|
|
assert.match(authLua, /request_max_attempts = 1/);
|
|
|
assert.match(authLua, /auto_retry = "no"/);
|
|
|
assert.match(authLua, /request_absolute_timeout = "2s"/);
|
|
|
+ assert.match(authLua, /add_header\("connection", "close"\)/);
|
|
|
assert.match(authLua, /status ~= 200[\s\S]*PASSDB_RESULT_INTERNAL_FAILURE/);
|
|
|
assert.doesNotMatch(authLua, /status == (?:401|403|404)/);
|
|
|
assert.match(
|