git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
When pipelining under TLS do not treat fd-readability as tls-readability
[users/heiko/exim.git]
/
test
/
scripts
/
2100-OpenSSL
/
2137
1
# client: callout lazy-close, defers
2
need_ipv4
3
#
4
exim -bd -DSERVER=server -oX PORT_D
5
****
6
# cmdline -bs send, rcpt-time defer
7
exim -bs
8
mail from:<>
9
rcpt to:<rcpt_defer@test.ex>
10
quit
11
****
12
sleep 3
13
#
14
# cmdline -bs send, data-time defer
15
exim -bs
16
mail from:<>
17
rcpt to:<data_defer@test.ex>
18
data
19
Subject: test
20
21
body
22
.
23
quit
24
****
25
sleep 3
26
killdaemon
27
#
28
#
29
no_stdout_check
30
no_msglog_check