diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-10 17:06:26 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-10 17:06:26 +0000 |
commit | 4ca005cdf526b0c6803c29a154bd85dc112bc6a3 (patch) | |
tree | a5c7c572072bc27e43bc9dfdcfc25c1ccb0ab16c /doc | |
parent | 691ca88ca06899e02e77cb28fbf075de450607bc (diff) |
Early-pipe: retry without pipelining on first-response failure
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 7e0fbf726..001f919d7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -143,6 +143,10 @@ JH/28 Bug 2533: Fix expansion of ${tr } item. When called in some situations JH/29 Bug 2537: Fix $mime_part_count. When a single connection had a non-mime message following a mime one, the variable was not reset. +JH/30 When an pipelined-connect fails at the first response, assume incorrect + cached capability (perhaps the peer reneged?) and immediately retry in + non-pipelined mode. + Exim version 4.93 ----------------- |