diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-26 13:46:08 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-26 15:44:47 +0100 |
commit | 462e2cd30639a1b0e9c7d9d08d70e124a147531b (patch) | |
tree | b607e60ddb86d4260ed108434c97e1c03b37817b /doc | |
parent | df12cced099ee64551adf71b5fa38695db62c3f9 (diff) |
CHUNKING: fix second message on conn when first rejected
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 389968a90..ff35328a1 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -140,6 +140,11 @@ JH/31 Bug 2886: GnuTLS: Do not free the cached creds on transport connection close; it may be needed for a subsequent connection. This caused a SEGV on primary-MX defer. Found/investigated by Gedalya & Andreas. +JH/32 Fix CHUNKING for a second message on a connection when the first was + rejected. Previously we did not reset the chunking-offered state, and + erroneously rejected the BDAT command. Investigation help from + Jesse Hathaway. + Exim version 4.95 ----------------- |