https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26897

            Bug ID: 26897
           Summary: Blank SIP message closes SIP server connection
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: SIP2
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

in SIPServer.pm
sub sip_protocol_loop
308         my $previous_alarm = alarm($timeout);
309 
310         while ( my $inputbuf = read_request() ) {
311             if ( !defined $inputbuf ) {
312                 return;    #EOF
313             }


It seems some machines can send an empty response when sending store and
forward requests. Rather than close on an empty string we should just ignore
and keep processing, only disconnecting when requested or when timed out

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to