diff --git a/ot_http.c b/ot_http.c index fa2ba76..5c0a260 100644 --- a/ot_http.c +++ b/ot_http.c @@ -205,6 +205,10 @@ static const ot_keywords keywords_format[] = } #ifdef WANT_FULLSCRAPE + if( mode == TASK_FULLSCRAPE_TRACKERSTATE ) { + format = mode; mode = TASK_STATS_TPB; + } + if( mode == TASK_STATS_TPB ) { struct http_data* cookie = io_getcookie( sock ); tai6464 t;