266267268269270271272273274275276
if (_msgPool == null) { _msgPool = (MessagePool)_httpClient.getAttribute(__MSGPOOL); if (_msgPool==null) { _msgPool = new MessagePool(); _httpClient.setAttribute(__MSGPOOL,_msgPool); } } } _disconnecting=false;