Skip to content

Commit

Permalink
chore: added clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill authored and istae committed Feb 3, 2025
1 parent 6c3fc5c commit 8d267b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/chunk_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (s *Service) chunkUploadStreamHandler(w http.ResponseWriter, r *http.Reques
}

// if tag not specified use direct upload
// Using context.Background here because the putter's lifetime extends beyond that of the HTTP request.
putter, err := s.newStamperPutter(context.Background(), putterOptions{
BatchID: headers.BatchID,
TagID: tag,
Expand Down

0 comments on commit 8d267b7

Please sign in to comment.