]> git.evergreen-ils.org Git - OpenSRF.git/commit
Protect subrequests from post-complete messages
authorMike Rylander <mrylander@gmail.com>
Thu, 16 May 2013 14:17:15 +0000 (10:17 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 16 Dec 2013 16:12:02 +0000 (08:12 -0800)
commiteebe50f1b6835b108f70085a0199d835bc4d9623
treeb93d061727214f638daa253b4ff817a0ee377b3e
parent8861f86b0183866a329531515935872628d8d2e6
Protect subrequests from post-complete messages

Subrequests (AKA method_lookup()-based API calls) sometimes append
final-lvalue responses to the response list even after respond_complete()
has been called from within the implementation method.  This commit
discards all post-respond_complete values, protecting against extra,
spurious values being returned to the ultimate client.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
src/perl/lib/OpenSRF/AppSession.pm