mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #674] [MERGED] [Tokio migration] Add back hyper-proxy #1010
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1010
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/librespot-org/librespot/pull/674
Author: @Johannesd3
Created: 3/17/2021
Status: ✅ Merged
Merged: 3/29/2021
Merged by: @ashthespy
Base:
tokio_migration← Head:proxy-support📝 Commits (1)
95fedf5Add back hyper-proxy📊 Changes
8 files changed (+168 additions, -187 deletions)
View changed files
📝
Cargo.lock(+63 -38)📝
Cargo.toml(+0 -1)📝
core/Cargo.toml(+3 -3)📝
core/src/apresolve.rs(+53 -58)📝
core/src/connection/mod.rs(+30 -23)📝
core/src/lib.rs(+12 -3)📝
core/src/proxytunnel.rs(+4 -58)📝
core/src/session.rs(+3 -3)📄 Description
This PR adds back the latest version of hyper-proxy. (It was removed as the migration to tokio was not finished yet). I also restored the old behaviour in some places I believe my refactoring was too eager.
I think it is the last major step before #665 is ready.
Unfortunately, it is blocked by tafia/hyper-proxy#23.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.