]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
dict: Moved iterate's corking to more correct location.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 21 Nov 2016 16:52:25 +0000 (18:52 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 21 Nov 2016 20:11:25 +0000 (22:11 +0200)
commitaf298f9a4cc206f5d6c153504de6caa4807231ba
tree6f75cb7199edc516e068c19470c830e3615c53e2
parentd485968ffb1b2456452d79eeda33abeb1bdd5733
dict: Moved iterate's corking to more correct location.

Commands' input handling already corks ostream in connection.c.
ostream's flush callback corks the ostream automatically.
So the only place left for corking is in dict iterate callback.
src/dict/dict-commands.c