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, 13 Sep 2013 14:11:04 +0000 (10:11 -0400)
commit22dc47a755a3384a5faf6f182e916e483652abce
tree09037469d8bbdbf85bd5dfb6003e085786bac5a2
parentff279291b3305bc349739415e8f1a44bb9c76177
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