Skip to content

Commit

Permalink
Wire in context for deltaHandler (#11)
Browse files Browse the repository at this point in the history
Without this, the log statements coming from the deltaHandler do not
have information about *which* client's responses are being chunked.
  • Loading branch information
PapaCharlie authored Mar 4, 2025
1 parent 8c50a82 commit 2e0f70a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/server/handlers_delta.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func newDeltaHandler(
send func(res *ads.DeltaDiscoveryResponse) error,
) *handler {
ds := &deltaSender{
ctx: ctx,
typeURL: typeURL,
maxChunkSize: maxChunkSize,
statsHandler: statsHandler,
Expand Down

0 comments on commit 2e0f70a

Please sign in to comment.