From a80a2611354f4e7cac68866d978ce0c18d5b176b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Fri, 8 Dec 2023 10:11:11 +0100 Subject: [PATCH] Update baggage.go --- baggage/baggage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baggage/baggage.go b/baggage/baggage.go index ce025184f3e..e0247a29cbc 100644 --- a/baggage/baggage.go +++ b/baggage/baggage.go @@ -546,7 +546,7 @@ func parsePropertyInternal(s string) (p Property, ok bool) { } if keyStart == keyEnd { - // Invalid key. + // Empty string after skipping whitespaces. return }