mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 04:01:48 +00:00
Close connection when zone validation fails.
This commit is contained in:
parent
c3b67e4482
commit
4dc339c933
@ -1556,7 +1556,7 @@ void Worker::Exec()
|
|||||||
while( ptr < end )
|
while( ptr < end )
|
||||||
{
|
{
|
||||||
auto ev = (const QueueItem*)ptr;
|
auto ev = (const QueueItem*)ptr;
|
||||||
DispatchProcess( *ev, ptr );
|
if( !DispatchProcess( *ev, ptr ) ) goto close;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_bufferOffset += sz;
|
m_bufferOffset += sz;
|
||||||
|
Loading…
Reference in New Issue
Block a user