summaryrefslogtreecommitdiff
path: root/nDPIsrvd.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-10-23 21:12:17 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-10-30 20:12:17 +0100
commit2d14509f047ded824c1141b2355c5b9daba30c1e (patch)
tree1e7a683dd04c8f030e7dcc30b7387ca08cbe3e00 /nDPIsrvd.c
parent916d2df6eac8acdd2329ba12897eae21d2ca7c87 (diff)
nDPid-test: add buffer test
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPIsrvd.c')
-rw-r--r--nDPIsrvd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nDPIsrvd.c b/nDPIsrvd.c
index a8ee422b1..891080f23 100644
--- a/nDPIsrvd.c
+++ b/nDPIsrvd.c
@@ -1253,12 +1253,6 @@ static int handle_incoming_data(int epollfd, struct remote_desc * const current)
{
if (utarray_len(additional_write_buffers) == 0)
{
-#if 0
- logger_nDPIsrvd(&remotes.desc[i],
- "Distributor",
- "buffer capacity threshold (%zu bytes) reached, caching JSON strings.",
- remotes.desc[i].buf.used);
-#endif
errno = 0;
if (add_out_event(epollfd, &remotes.desc[i]) != 0)
{