[PR #100] [MERGED] CURL handles not properly initialized to use DNS or SSL session caching. #1341

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/100
Author: @adobos
Created: 12/24/2014
Status: Merged
Merged: 1/13/2015
Merged by: @ggtakec

Base: masterHead: dns_ssl_switch_bugfix


📝 Commits (1)

  • 045f1e7 CURL handles were not properly initialized to use DNS caching, or SSL session caching.

📊 Changes

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

View changed files

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

📄 Description

When initializing CURL handles, the is_dns_cache and is_ssl_session_cache flags were not checked properly. As a result, the handles were not set-up properly for DNS or SSL session caching.


🔄 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/100 **Author:** [@adobos](https://github.com/adobos) **Created:** 12/24/2014 **Status:** ✅ Merged **Merged:** 1/13/2015 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `dns_ssl_switch_bugfix` --- ### 📝 Commits (1) - [`045f1e7`](https://github.com/s3fs-fuse/s3fs-fuse/commit/045f1e7906d7c4d3bf8e16ba3d51e7f5b8fae7a2) CURL handles were not properly initialized to use DNS caching, or SSL session caching. ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+2 -2) </details> ### 📄 Description When initializing CURL handles, the is_dns_cache and is_ssl_session_cache flags were not checked properly. As a result, the handles were not set-up properly for DNS or SSL session caching. --- <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:28 +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#1341
No description provided.