[PR #10303] [MERGED] server/internal/registry: remove superfluous progress bar flush #13204

Closed
opened 2026-04-13 00:20:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10303
Author: @bmizerany
Created: 4/16/2025
Status: Merged
Merged: 4/16/2025
Merged by: @bmizerany

Base: mainHead: bmizerany/rmdupflush


📝 Commits (1)

  • 4d75bcf server/internal/registry: remove superfluous progress bar flush

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 server/internal/registry/server.go (+0 -1)

📄 Description

This removes the extra flushProgress() at the end of handlePull. It is unnecessary because final progress updates are flushed in all cases of the main select loop.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/10303 **Author:** [@bmizerany](https://github.com/bmizerany) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@bmizerany](https://github.com/bmizerany) **Base:** `main` ← **Head:** `bmizerany/rmdupflush` --- ### 📝 Commits (1) - [`4d75bcf`](https://github.com/ollama/ollama/commit/4d75bcf71c0d0bbe5cac8b0a459b1f8d801638f2) server/internal/registry: remove superfluous progress bar flush ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/internal/registry/server.go` (+0 -1) </details> ### 📄 Description This removes the extra flushProgress() at the end of handlePull. It is unnecessary because final progress updates are flushed in all cases of the main select loop. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:20:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13204