mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #583] [MERGED] Proxy support in tokio migration #982
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#982
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/583
Author: @Johannesd3
Created: 1/26/2021
Status: ✅ Merged
Merged: 2/10/2021
Merged by: @ashthespy
Base:
tokio_migration← Head:tokio_migration_proxy📝 Commits (5)
07514c9Add proxy support to apresolvec97fdebReplaced .fold(0, add) by .sum()a45fe85Enable logging in testc1d62d7Fixed ProxyTunnelbb44b99Use proxytunnel in apresolve📊 Changes
8 files changed (+190 additions, -55 deletions)
View changed files
📝
Cargo.lock(+62 -0)📝
audio/src/range_set.rs(+1 -1)📝
core/Cargo.toml(+2 -0)📝
core/src/apresolve.rs(+10 -18)📝
core/src/connection/mod.rs(+17 -1)📝
core/src/lib.rs(+1 -0)📝
core/src/proxytunnel.rs(+96 -35)📝
core/tests/connect.rs(+1 -0)📄 Description
Adding a git dependency of a hyper_proxy version with tokio 1.0 support. It is not yet merged, and as far as I see there was no reaction of the maintainer: tafia/hyper-proxy#18.Using proxytunnel for apresolve to restore the proxy support.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.