[PR #107] [MERGED] Fixes reqwest client setup + #87 #143

Closed
opened 2026-02-17 17:12:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/107
Author: @DecDuck
Created: 8/4/2025
Status: Merged
Merged: 8/4/2025
Merged by: @DecDuck

Base: developHead: rustls


📝 Commits (1)

  • f27fb95 fix: ws behind http/2 reverse proxy + cert refactor

📊 Changes

6 files changed (+186 additions, -23 deletions)

View changed files

📝 drop-base (+1 -1)
📝 src-tauri/Cargo.lock (+146 -3)
📝 src-tauri/Cargo.toml (+1 -1)
📝 src-tauri/src/process/process_handlers.rs (+1 -0)
📝 src-tauri/src/remote/commands.rs (+10 -4)
📝 src-tauri/src/remote/utils.rs (+27 -14)

📄 Description

No description provided


🔄 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/Drop-OSS/drop-app/pull/107 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/4/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `rustls` --- ### 📝 Commits (1) - [`f27fb95`](https://github.com/Drop-OSS/drop-app/commit/f27fb950d7cffe787e935402fdc789e69fd12158) fix: ws behind http/2 reverse proxy + cert refactor ### 📊 Changes **6 files changed** (+186 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `drop-base` (+1 -1) 📝 `src-tauri/Cargo.lock` (+146 -3) 📝 `src-tauri/Cargo.toml` (+1 -1) 📝 `src-tauri/src/process/process_handlers.rs` (+1 -0) 📝 `src-tauri/src/remote/commands.rs` (+10 -4) 📝 `src-tauri/src/remote/utils.rs` (+27 -14) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:11 -05:00
yindo closed this issue 2026-02-17 17:12:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#143