fix ServiceClientLink disconnect
This commit is contained in:
parent
602209098a
commit
c5758f5f71
|
@ -53,7 +53,7 @@ ServiceClientLink::ServiceClientLink()
|
|||
|
||||
ServiceClientLink::~ServiceClientLink()
|
||||
{
|
||||
if (connection_ && !connection_->isSendingHeaderError())
|
||||
if (connection_)
|
||||
{
|
||||
if (connection_->isSendingHeaderError())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue