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 committed Jan 10, 2025
1 parent 127aa3d commit 4cede2e
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 4cede2e

Please sign in to comment.