mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #455] [MERGED] Enable proxy detection when using ureq as HTTP client #465
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#465
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/ramsayleung/rspotify/pull/455
Author: @cyqsimon
Created: 1/29/2024
Status: ✅ Merged
Merged: 1/29/2024
Merged by: @ramsayleung
Base:
master← Head:ureq-proxy📝 Commits (1)
602aa55Enable proxy detection when usingureqas HTTP client📊 Changes
3 files changed (+10 additions, -4 deletions)
View changed files
📝
rspotify-http/Cargo.toml(+1 -1)📝
rspotify-http/src/ureq.rs(+1 -0)📝
src/lib.rs(+8 -3)📄 Description
Description
Enable proxy detection when using
ureqas HTTP client, making it consistent with usingreqwest.Motivation and Context
I found a proxy leak in hrkfdn/ncspot#1384 and traced it back to this crate.
Dependencies
None.
Type of change
Should this count as a bug fix or a new feature? I'm not sure.
How has this been tested?
This is a very minor change that simply calls a function of a dependency. I think it's okay to forgo tests.
Is this change properly documented?
lib.rsdocumentation updated🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.