[PR #1116] [MERGED] Do not heap allocate BodyData #1827

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1116
Author: @gaul
Created: 8/3/2019
Status: Merged
Merged: 8/6/2019
Merged by: @ggtakec

Base: masterHead: bodydata


📝 Commits (1)

  • 7ecfba8 Do not heap allocate BodyData

📊 Changes

2 files changed (+74 additions, -97 deletions)

View changed files

📝 src/curl.cpp (+70 -93)
📝 src/curl.h (+4 -4)

📄 Description

Callers already manage lifetimes via Clear().


🔄 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/1116 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/3/2019 **Status:** ✅ Merged **Merged:** 8/6/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `bodydata` --- ### 📝 Commits (1) - [`7ecfba8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/7ecfba811e680a844838896f4b9609ba45cce7b1) Do not heap allocate BodyData ### 📊 Changes **2 files changed** (+74 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+70 -93) 📝 `src/curl.h` (+4 -4) </details> ### 📄 Description Callers already manage lifetimes via `Clear()`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:21 +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#1827
No description provided.