From eaf3e1d5a7ee2407654a5156879c586a088a1f23 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Sep 2025 12:42:37 -0500 Subject: [PATCH] add a Log --- httpRequest.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/httpRequest.proto b/httpRequest.proto index e2ad1a7..8b1c86b 100644 --- a/httpRequest.proto +++ b/httpRequest.proto @@ -24,6 +24,7 @@ message HttpRequest { // HttpRequest repre int64 clientDataLen = 12; // len(body) bytes serverData = 13; // the server response int64 serverDataLen = 14; // len(data) + repeated string log = 15; // use this to store whatever you want while the whole POST happens } message HttpRequests { // `autogenpb:marshal` `autogenpb:mutex`