We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba184c commit 6bef50bCopy full SHA for 6bef50b
internal/file/file_service_operator.go
@@ -539,7 +539,7 @@ func (fso *FileServiceOperator) sendFileUpdateStreamChunks(
539
chunkID++
540
}
541
542
- // Ensure the stream is properly closed and wait for the server's response
+ // Ensure the stream is closed and wait for the server's response only
543
// after all chunks are sent
544
_, err = updateFileStreamClient.CloseAndRecv()
545
return err
0 commit comments