[PR #1430] [MERGED] Simplify use of ostringstream #1980

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1430
Author: @gaul
Created: 10/1/2020
Status: Merged
Merged: 10/2/2020
Merged by: @ggtakec

Base: masterHead: ostringstream


📝 Commits (1)

  • b3bf9f8 Simplify use of ostringstream

📊 Changes

1 file changed (+3 additions, -9 deletions)

View changed files

📝 src/curl.cpp (+3 -9)

📄 Description

Resetting this does not re-use the underlying buffer so creating a new
ostringstream has similar 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/1430 **Author:** [@gaul](https://github.com/gaul) **Created:** 10/1/2020 **Status:** ✅ Merged **Merged:** 10/2/2020 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `ostringstream` --- ### 📝 Commits (1) - [`b3bf9f8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b3bf9f8f54e593411ffbe90ceb623c7d57d0f063) Simplify use of ostringstream ### 📊 Changes **1 file changed** (+3 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+3 -9) </details> ### 📄 Description Resetting this does not re-use the underlying buffer so creating a new `ostringstream` has similar 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:03:05 +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#1980
No description provided.