[PR #2486] [MERGED] Simplify curl progress tracking #2570

Closed
opened 2026-03-04 02:06:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2486
Author: @gaul
Created: 7/1/2024
Status: Merged
Merged: 7/6/2024
Merged by: @ggtakec

Base: masterHead: curlprogress


📝 Commits (1)

  • e61c2d0 Simplify curl progress tracking

📊 Changes

2 files changed (+14 additions, -17 deletions)

View changed files

📝 src/curl.cpp (+8 -12)
📝 src/curl.h (+6 -5)

📄 Description

Use a struct with named fields instead of a pair for clarity and use a single map to store the structs for efficiency.


🔄 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/s3fs-fuse/s3fs-fuse/pull/2486 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/6/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `curlprogress` --- ### 📝 Commits (1) - [`e61c2d0`](https://github.com/s3fs-fuse/s3fs-fuse/commit/e61c2d03e1b239760f2b97915f6fab6d121951b4) Simplify curl progress tracking ### 📊 Changes **2 files changed** (+14 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+8 -12) 📝 `src/curl.h` (+6 -5) </details> ### 📄 Description Use a struct with named fields instead of a `pair` for clarity and use a single `map` to store the structs for efficiency. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2570
No description provided.