From 0264d93ffd3ed5d9f83d7cdeff37b7cfd7c323d0 Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Sun, 3 Nov 2024 08:13:32 -0700 Subject: [PATCH] Update sdk/http.proto Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- sdk/http.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/http.proto b/sdk/http.proto index 8ce5a46..aa375e0 100644 --- a/sdk/http.proto +++ b/sdk/http.proto @@ -51,5 +51,5 @@ message Header { // Value is the HTTP header value to include in requests and responses. // This field is a repeated field to allow for multiple values // which is allowed in HTTP headers. - repeated string value = 2; + repeated string value = 1; }