mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #471] [MERGED] Fix ureq-native-tls feature to actually use native-tls #478
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#478
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/471
Author: @jirutka
Created: 3/31/2024
Status: ✅ Merged
Merged: 4/1/2024
Merged by: @ramsayleung
Base:
master← Head:ureq-native-tls📝 Commits (2)
2caa813Fix ureq-native-tls feature to actually use native-tlse3e9d2bCI: Add job to test ureq-native-tls feature📊 Changes
4 files changed (+23 additions, -5 deletions)
View changed files
📝
.github/workflows/ci.yml(+6 -1)📝
CHANGELOG.md(+5 -0)📝
rspotify-http/Cargo.toml(+2 -1)📝
rspotify-http/src/ureq.rs(+10 -3)📄 Description
Description
Feature
ureq-native-tlscurrently doesn't work because ureq requires the TLSconnector to be specified explicitly for native-tls:
When ncspot is built with rspotify with ureq-native-tls, it's unable to
create an HTTPS connection:
Motivation and Context
rspotify currently doesn’t work when built with
ureq-native-tls.Dependencies
tls-native(optional)Type of change
Please delete options that are not relevant.
How has this been tested?
CI
Is this change properly documented?
Yes
Related to #402
Fixes hrkfdn/ncspot#1159
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.