From 24051330a66efee76ed2b5f42af1584983f3fbef Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 28 Apr 2024 14:48:22 +1000 Subject: [PATCH] Remove window from context --- v3/pkg/application/messageprocessor_call.go | 1 - 1 file changed, 1 deletion(-) diff --git a/v3/pkg/application/messageprocessor_call.go b/v3/pkg/application/messageprocessor_call.go index a8c035d6..5644f43c 100644 --- a/v3/pkg/application/messageprocessor_call.go +++ b/v3/pkg/application/messageprocessor_call.go @@ -80,7 +80,6 @@ func (m *MessageProcessor) processCallMethod(method int, rw http.ResponseWriter, } ctx, cancel := context.WithCancel(context.WithoutCancel(r.Context())) - ctx = context.WithValue(ctx, "window", window) ambigiousID := false m.l.Lock()