From edf98efa51e60e5b16a1e0b0e59e70e5257a082a Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Fri, 26 Aug 2022 14:09:01 -0400 Subject: [PATCH] refactor: http total counters Makefile --- runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Makefile b/runtime/Makefile index 2fe298e..28cb358 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -78,7 +78,7 @@ BINARY_NAME=sledgert # This flag dumps totals of incoming requests and outgoing responses, broken out by status code # family, such as 2XX, 4XX, 5XX. It is useful to debug clients hanging waiting for a response. # To log, run `call http_total_log()` while in GDB -# CFLAGS += -DLOG_TOTAL_REQS_RESPS +CFLAGS += -DHTTP_TOTAL_COUNTERS # This flag tracks the total number of sandboxes in the various states # It is useful to debug if sandboxes are "getting caught" in a particular state