From c0f0414ff8a058f7d3d2d10af9a2ae2b8e3a46a2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Sep 2025 17:05:05 -0500 Subject: smarter variable name. predicts a logpb --- httpRequest.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpRequest.proto') diff --git a/httpRequest.proto b/httpRequest.proto index 8b1c86b..f165c9b 100644 --- a/httpRequest.proto +++ b/httpRequest.proto @@ -24,7 +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 + repeated string logs = 15; // use this to store whatever you want while the whole POST happens } message HttpRequests { // `autogenpb:marshal` `autogenpb:mutex` -- cgit v1.2.3