]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: iostream-pump - Specify what failed in completion callback parameter
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Sun, 29 Oct 2017 22:16:35 +0000 (00:16 +0200)
committerTimo Sirainen <tss@dovecot.fi>
Wed, 1 Nov 2017 00:23:31 +0000 (02:23 +0200)
commit39435f00a35a276d329283179b3e7e0351482939
tree6b49fee4f5d134254b4ab226db14a7424748e552
parent6ce52edd3de46bdf565ee71f6112a9e7a6090031
lib: iostream-pump - Specify what failed in completion callback parameter

This makes it easier for the caller to find out whether the failure was due
to istream or ostream.
src/lib-http/http-server-request.c
src/lib/iostream-proxy.c
src/lib/iostream-pump.c
src/lib/iostream-pump.h
src/lib/test-iostream-pump.c