|
@@ -64,6 +64,8 @@ public:
|
|
auto jt = other.m_headers.find(it.key);
|
|
auto jt = other.m_headers.find(it.key);
|
|
if (jt == other.m_headers.end())
|
|
if (jt == other.m_headers.end())
|
|
return false;
|
|
return false;
|
|
|
|
+ if (it.value != jt->value)
|
|
|
|
+ return false;
|
|
}
|
|
}
|
|
return m_url == other.m_url && m_method == other.m_method && m_body == other.m_body;
|
|
return m_url == other.m_url && m_method == other.m_method && m_body == other.m_body;
|
|
}
|
|
}
|