[PR #1136] [MERGED] Refixed strict processing of MultiRead method #1845

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1136
Author: @ggtakec
Created: 8/22/2019
Status: Merged
Merged: 8/26/2019
Merged by: @gaul

Base: masterHead: update_multiread


📝 Commits (1)

  • 4bafb02 Refixed strict processing of MultiRead method

📊 Changes

2 files changed (+79 additions, -44 deletions)

View changed files

📝 src/curl.cpp (+78 -43)
📝 src/curl.h (+1 -1)

📄 Description

Relevant Issue (if applicable)

#1130

Details

S3fsCurl::LastResponseCode has been changed so that the value is set when curl_easy_getinfo() is called and completes normally or reaches the maximum number of retries.
And, the code of the S3fsCurl::RequestPerform() method has been revised.


🔄 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/1136 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 8/22/2019 **Status:** ✅ Merged **Merged:** 8/26/2019 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `update_multiread` --- ### 📝 Commits (1) - [`4bafb02`](https://github.com/s3fs-fuse/s3fs-fuse/commit/4bafb0209e2cb39f3cf9f2ba383105c89f6f2a09) Refixed strict processing of MultiRead method ### 📊 Changes **2 files changed** (+79 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+78 -43) 📝 `src/curl.h` (+1 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) #1130 ### Details S3fsCurl::LastResponseCode has been changed so that the value is set when curl_easy_getinfo() is called and completes normally or reaches the maximum number of retries. And, the code of the S3fsCurl::RequestPerform() method has been revised. --- <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:26 +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#1845
No description provided.