summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-01-03 20:15:39 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-01-03 21:05:02 +0000
commitf4630439f888df191a151ac935eacf04517fb2ee (patch)
treef058f8adeb582994bb79b13420926fbb7ee1553a /doc/doc-txt
parent5d03669979a0faed6caec3d32f7caac9321eb160 (diff)
CHUNKING: fix non-pipelined synch checks. Bug 2004
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 8ef8b0b6c..0222d48e4 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -19,6 +19,11 @@ PP/01 GitHub PR 50: Do not call ldap_start_tls_s on ldapi:// connections.
JH/03 Bug 2003: fix Proxy Protocol v2 handling: the address size field was
missing a wire-to-host endian conversion.
+JH/04 Bug 2004: fix CHUNKING in non-PIPELINEING mode. Chunk data following
+ close after a BDAT command line could be taken as a following command,
+ giving a synch failure. Fix by only checking for synch immediately
+ before acknowledging the chunk.
+
Exim version 4.88
-----------------