diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-06 18:51:02 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-06 18:52:25 +0100 |
commit | 687a382d6fd27a355a551d8cfc64e1791f1fa4a7 (patch) | |
tree | ad34967dab859462efa049d8766dd1e9c92c10e0 /src | |
parent | 61453fd1252a447a9bf7a9fdb20448fbc4abbb8e (diff) |
Docs: add note on Received-By: header creation under cutthrough
Diffstat (limited to 'src')
-rw-r--r-- | src/src/receive.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/src/receive.c b/src/src/receive.c index 28da47f83..f8320bd20 100644 --- a/src/src/receive.c +++ b/src/src/receive.c @@ -3027,7 +3027,6 @@ if (chunking_state > CHUNKING_OFFERED) /* Cutthrough delivery: We have to create the Received header now rather than at the end of reception, so the timestamp behaviour is a change to the normal case. -XXX Ensure this gets documented XXX. Having created it, send the headers to the destination. */ if (cutthrough.fd >= 0 && cutthrough.delivery) |