summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ot_http.c4
1 files changed, 4 insertions, 0 deletions
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[] =
205 } 205 }
206 206
207#ifdef WANT_FULLSCRAPE 207#ifdef WANT_FULLSCRAPE
208 if( mode == TASK_FULLSCRAPE_TRACKERSTATE ) {
209 format = mode; mode = TASK_STATS_TPB;
210 }
211
208 if( mode == TASK_STATS_TPB ) { 212 if( mode == TASK_STATS_TPB ) {
209 struct http_data* cookie = io_getcookie( sock ); 213 struct http_data* cookie = io_getcookie( sock );
210 tai6464 t; 214 tai6464 t;