SIP multi connection cleanup; debugging
authorBill Erickson <berick@esilibrary.com>
Fri, 13 Sep 2013 14:11:04 +0000 (10:11 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 8 Aug 2014 14:08:36 +0000 (10:08 -0400)
commit349df7f77a22ff84d48ee91cbc16294e5d44f46c
tree9f1a1fb73c594fc37758b29f5a9bf868feeec107
parent6ac9d702d47ff272de57e95da771131886915c46
SIP multi connection cleanup; debugging

* Use the stringified file handle as the connection ID instead of the
  fileno.  This allows us to find the connection during mux_close,
  where, since the file handle has already been close, fileno($fh)
  returns undef.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
SIPServer.pm