From e626c7dbf2c1220f72596a10c197ecdf21a07369 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 14 Jun 2021 11:10:47 -0400 Subject: [PATCH] LP1901930 XT response is now required Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/WWW/SIP2Mediator.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SIP2Mediator.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SIP2Mediator.pm index 90eae947ff..e58d19cf67 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SIP2Mediator.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SIP2Mediator.pm @@ -75,9 +75,6 @@ sub handler { if (!$response) { - # It's OK not receive a response after an End Session message - return Apache2::Const::OK if $msg_code eq 'XS'; - $logger->error("SIP2: API Request returned no value for: $msg_json"); return Apache2::Const::HTTP_INTERNAL_SERVER_ERROR; -- 2.11.0