Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable proxy detection when using ureq as HTTP client #455

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

cyqsimon
Copy link
Contributor

@cyqsimon cyqsimon commented Jan 29, 2024

Description

Enable proxy detection when using ureq as HTTP client, making it consistent with using reqwest.

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.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

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.rs documentation updated
  • Changelog entry pending on determining change type

Copy link
Owner

@ramsayleung ramsayleung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution :)

@ramsayleung ramsayleung merged commit 80caeac into ramsayleung:master Jan 29, 2024
5 checks passed
@cyqsimon
Copy link
Contributor Author

Thanks for being so expedient. Maybe a little too expedient because I didn't add a changelog yet 😅. You may wish to do that manually FYI.

@cyqsimon cyqsimon deleted the ureq-proxy branch January 29, 2024 17:13
@cyqsimon
Copy link
Contributor Author

cyqsimon commented Feb 4, 2024

Can you please consider making a patch release for this? This will allow me to fix the problem in ncspot. Much thanks.

@ramsayleung
Copy link
Owner

ramsayleung commented Feb 9, 2024 via email

@cyqsimon
Copy link
Contributor Author

cyqsimon commented Mar 8, 2024

Sorry to ping you again 😅; just a reminder in case you forgot about this. Thanks again.

@ramsayleung ramsayleung mentioned this pull request Mar 8, 2024
4 tasks
@ramsayleung
Copy link
Owner

Thanks for the follow-up, I was working on revert the patch for Spotify Bug before, the v0.13.0 is released: #462

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants