mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[proxy,modules] ignore bitmap-filter skip remaining
There might be fragmented packets that need to be dropped. Ignore remaining data on skip.
This commit is contained in:
@@ -389,8 +389,9 @@ static BOOL filter_dyn_channel_intercept(proxyPlugin* plugin, proxyData* pdata,
|
||||
{
|
||||
if (state->skip(inputDataLength))
|
||||
{
|
||||
WLog_WARN(TAG, "skipping data, but %" PRIuz " bytes left", state->remaining());
|
||||
return FALSE;
|
||||
WLog_DBG(TAG,
|
||||
"skipping data, but %" PRIuz " bytes left [stream has %" PRIuz " bytes]",
|
||||
state->remaining(), inputDataLength);
|
||||
}
|
||||
|
||||
if (state->drop())
|
||||
|
||||
Reference in New Issue
Block a user