LP#1612771: fix chunking for atomic C methods user/gmcharlt/lp1612771_fix_chunking_for_atomic_c
authorGalen Charlton <gmc@esilibrary.com>
Thu, 3 Nov 2016 22:08:54 +0000 (18:08 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Nov 2016 22:18:18 +0000 (18:18 -0400)
commit7cb494e4a07ada194e80ed2ebd8d57b7a8f6c1db
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>
include/opensrf/osrf_app_session.h
src/libopensrf/osrf_app_session.c
src/libopensrf/osrf_application.c