Commits


Andrejs Hanins authored and Andy Green committed 140ac6e9cb0
Subject: [PATCH] Fix for close ack sending It was forgotten in two places that pending close ack should be processed when wsi state is WSI_STATE_RETURNED_CLOSE_ALREADY, but not WSI_STATE_ESTABLISHED. As a result, close ack wasn't sent out to the peer.