Don't process notifies in quick mode task when we get an INFORMATIONAL
This commit is contained in:
@@ -758,7 +758,8 @@ METHOD(task_t, process_r, status_t,
|
|||||||
}
|
}
|
||||||
case QM_NEGOTIATED:
|
case QM_NEGOTIATED:
|
||||||
{
|
{
|
||||||
if (has_notify_errors(this, message))
|
if (message->get_exchange_type(message) == INFORMATIONAL_V1 ||
|
||||||
|
has_notify_errors(this, message))
|
||||||
{
|
{
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user