]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-http: server: Allow holding only a reference to the request payload stream, rathe...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Tue, 28 Mar 2017 22:17:50 +0000 (00:17 +0200)
committerGitLab <gitlab@git.dovecot.net>
Tue, 4 Jul 2017 12:56:17 +0000 (15:56 +0300)
commit49c232ae035319ea0cedae3828d2e750560e6533
treed93868cfa838a882057dbaf88fcca16535d007fa
parent9ec9b6f85c8fbe67bfac523a5e3d33d34f72dddc
lib-http: server: Allow holding only a reference to the request payload stream, rather than the request itself.

This mimics the http-client behavior in this case.
It makes the implementation of the background payload handling API in subsequent commits a little simpler.
src/lib-http/http-server-connection.c
src/lib-http/http-server.h