[PR #156] [MERGED] Fixed a bug about ssl session sharing with libcurl older 7.23.0 - issue#126 #1371

Closed
opened 2026-03-04 01:53:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/156
Author: @ggtakec
Created: 3/21/2015
Status: Merged
Merged: 3/21/2015
Merged by: @ggtakec

Base: masterHead: issue/#126


📝 Commits (1)

  • 0f13c8f Fixed a bug about ssl session sharing with libcurl older 7.23.0 - issue/#126

📊 Changes

1 file changed (+14 additions, -2 deletions)

View changed files

📝 src/curl.cpp (+14 -2)

📄 Description

Fixed issue #126.
Because the libcurl supported SSL session sharing at 7.23.0, the libcurl older then 7.23.0 always gets CURLSHE_BAD_OPTION in initializing curl function if s3fs runs without nosscache option.
After this patch, even though s3fs runs with under 7.23.0 libcurl when nosscache option is not specified, s3fs continue to start without SSL session sharing.(In other words, s3fs ignore a error about bad option about ssl session sharing.)


🔄 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/156 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 3/21/2015 **Status:** ✅ Merged **Merged:** 3/21/2015 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `issue/#126` --- ### 📝 Commits (1) - [`0f13c8f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/0f13c8fe97be226ac7cf9f247804b539723163ec) Fixed a bug about ssl session sharing with libcurl older 7.23.0 - issue/#126 ### 📊 Changes **1 file changed** (+14 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+14 -2) </details> ### 📄 Description Fixed issue #126. Because the libcurl supported SSL session sharing at 7.23.0, the libcurl older then 7.23.0 always gets CURLSHE_BAD_OPTION in initializing curl function if s3fs runs without nosscache option. After this patch, even though s3fs runs with under 7.23.0 libcurl when nosscache option is not specified, s3fs continue to start without SSL session sharing.(In other words, s3fs ignore a error about bad option about ssl session sharing.) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:53:37 +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#1371
No description provided.