]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: iostream-pump: Properly implement running a pump with one of the streams blocking.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 25 Feb 2018 20:45:17 +0000 (21:45 +0100)
committerAki Tuomi <aki.tuomi@dovecot.fi>
Sun, 18 Mar 2018 10:53:18 +0000 (12:53 +0200)
commit57b574c5c7920fa83109971ddf894b4751ba1f49
tree602a40aca0a074f0d4b5f177d613bdbbeeae2bd4
parente1f514ef2c6b47fffe0e9cab146be8817ba46a57
lib: iostream-pump: Properly implement running a pump with one of the streams blocking.

Having both streams blocking is not useful and that is now explicitly forbidden.
src/lib/iostream-pump.c
src/lib/test-iostream-pump.c