LP1901930 XT response is now required
authorBill Erickson <berickxx@gmail.com>
Mon, 14 Jun 2021 15:10:47 +0000 (11:10 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Mon, 24 Oct 2022 17:05:29 +0000 (13:05 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/SIP2Mediator.pm

index 90eae94..e58d19c 100644 (file)
@@ -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;