mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2601] [MERGED] Removed CurlHandlerPool and simplified it #2657
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2657
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2601
Author: @ggtakec
Created: 11/10/2024
Status: ✅ Merged
Merged: 11/11/2024
Merged by: @gaul
Base:
master← Head:multi/1_rm_curlpool📝 Commits (1)
27dd132Removed CurlHandlerPool and simplified it📊 Changes
8 files changed (+17 additions, -239 deletions)
View changed files
📝
src/Makefile.am(+0 -1)📝
src/curl.cpp(+12 -33)📝
src/curl.h(+3 -6)➖
src/curl_handlerpool.cpp(+0 -114)➖
src/curl_handlerpool.h(+0 -74)📝
src/curl_multi.cpp(+1 -1)📝
src/fdcache_fdinfo.cpp(+1 -7)📝
src/fdcache_fdinfo.h(+0 -3)📄 Description
Relevant Issue (if applicable)
#2600
Details
This is the split PR Phase 1 (1/8) for #2600.
In this PR, we remove CurlHandlerPool and change it so that it is not used.
Accordingly, CurlHandle will be stored inside the S3fsCurl object.
I also removed unused class variables that were detected during the modification.
In addition,
CURL_LOCK_DATA_SSL_SESSIONis disabled in this PR for the following PRs. (It will be re-enabled eventually.)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.