diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-08 21:15:17 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-08 22:36:22 +0000 |
commit | 277b99794bf90e4a64b4adee88c08bed417bc5ee (patch) | |
tree | 39c6b3b65a7dbd06fcad07fb82c0e16ebd75dca7 /test/stdout/0572 | |
parent | 53c7b3a70978c2748f46d1d99211530750b1de22 (diff) |
Testsuite: explicitly disable TFO in transports
Diffstat (limited to 'test/stdout/0572')
-rw-r--r-- | test/stdout/0572 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/stdout/0572 b/test/stdout/0572 index 44ced8ce3..06cc972a1 100644 --- a/test/stdout/0572 +++ b/test/stdout/0572 @@ -58,7 +58,7 @@ no_hosts_randomize hosts_require_auth = hosts_try_auth = hosts_try_chunking = * -hosts_try_fastopen = * +hosts_try_fastopen = : hosts_try_prdr = * interface = ip4.ip4.ip4.ip4 keepalive @@ -110,6 +110,7 @@ begin transports driver = smtp interface = ip4.ip4.ip4.ip4 port = 1224 + hosts_try_fastopen = : debug_print = transport_name <$transport_name> # Exim Configuration (X) # 1 "TESTSUITE/test-config" @@ -146,4 +147,5 @@ my_smtp: driver = smtp interface = ip4.ip4.ip4.ip4 port = 1224 +hosts_try_fastopen = : debug_print = transport_name <$transport_name> |