nfqws: warn if cannot do hostnospace

This commit is contained in:
bol-van 2024-11-23 13:17:34 +03:00
parent 9184317549
commit 56aa481226

View File

@ -1116,6 +1116,8 @@ static uint8_t dpi_desync_tcp_packet_play(bool replay, size_t reasm_offset, uint
} }
verdict=VERDICT_MODIFY; verdict=VERDICT_MODIFY;
} }
else
DLOG("cannot do hostnospace because valid User-Agent: not found\n");
} }
else if (dp->methodeol) else if (dp->methodeol)
{ {