mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 17:05:32 -04:00
[PR #94] [MERGED] Reqwest optionally load certificates from disk #140
Reference in New Issue
Block a user
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/Drop-OSS/drop-app/pull/94
Author: @DecDuck
Created: 8/1/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @DecDuck
Base:
develop← Head:92-bug-rustls-doesnt-accept-os-cas-by-default📝 Commits (7)
1fe8edcfeat: Add get_client functionb75ba02chore: Converted all instances of reqwest::blocking::Client::new() and reqwest::Client::new() to DROP_CLIENT_SYNC and DROP_CLIENT_ASYNC respectively5802168fix: use_remote_logic not using certificates5fb1adcfix: add log statement to certificates3b678a6chore: add more logging425a0fffix: clippy690fc5brefactor: into single fetch_certificates func📊 Changes
9 files changed (+94 additions, -39 deletions)
View changed files
📝
drop-base(+1 -1)📝
src-tauri/src/games/collections/commands.rs(+8 -9)📝
src-tauri/src/games/downloads/download_agent.rs(+3 -2)📝
src-tauri/src/games/library.rs(+6 -5)📝
src-tauri/src/remote/auth.rs(+4 -6)📝
src-tauri/src/remote/commands.rs(+2 -6)📝
src-tauri/src/remote/fetch_object.rs(+2 -2)📝
src-tauri/src/remote/server_proto.rs(+2 -3)📝
src-tauri/src/remote/utils.rs(+66 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.