Remove window from context

This commit is contained in:
Lea Anthony
2024-05-05 18:34:50 +10:00
parent bf9c1f08bc
commit ddec52858b
@@ -79,7 +79,6 @@ func (m *MessageProcessor) processCallMethod(method int, rw http.ResponseWriter,
}
ctx, cancel := context.WithCancel(context.WithoutCancel(r.Context()))
ctx = context.WithValue(ctx, "window", window)
ambiguousID := false
m.l.Lock()