]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-http: server: Created blocking http_server_response_send_payload() API that close...
authorStephan Bosch <stephan@rename-it.nl>
Wed, 10 Feb 2016 21:25:07 +0000 (22:25 +0100)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 11 Feb 2016 10:00:42 +0000 (12:00 +0200)
commitee2633056e67353157bfbce4d9e0d1c3ceaa627a
tree395854dd0dca16f5dcc3c447bee863bb431d4935
parent2f64a4c88de91c483fb378bc80d10e1caa6f2305
lib-http: server: Created blocking http_server_response_send_payload() API that closely mimics the client equivalent.

It allows sending response payload in several chunks in a blocking fashion.
src/lib-http/http-server-connection.c
src/lib-http/http-server-private.h
src/lib-http/http-server-request.c
src/lib-http/http-server-response.c
src/lib-http/http-server.h