]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP#1612771: fix chunking for atomic C methods
authorGalen Charlton <gmc@esilibrary.com>
Thu, 3 Nov 2016 22:08:54 +0000 (18:08 -0400)
committerMike Rylander <miker@esilibrary.com>
Fri, 4 Nov 2016 16:21:13 +0000 (12:21 -0400)
commit5aa8a398e01e2642fd4b08c93fe9c719039dbedf
treeb24db346ed316b2d35e91d8c9a34334aef8ba694
parent168b4cafe766ec976e075ec2ea496c00a27dc7d0
LP#1612771: fix chunking for atomic C methods

This patch also refactors the code that actually does the
splitting and sending of chunked responses into a new
public function, osrfSendChunkedResult().

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Mike Rylander <miker@esilibrary.com>
include/opensrf/osrf_app_session.h
src/libopensrf/osrf_app_session.c
src/libopensrf/osrf_application.c