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

Fix: proxy agent unintentionally overwrites protocol in URL #241

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

kravets-levko
Copy link
Collaborator

Fixes #237

A proxy agent was configured to use a protocol of proxy itself as a protocol for proxy target. In some cases this causes an unintentional modification of target URLs - see #237 (comment)

I don't actually remember why I used that option, maybe I didn't fully understood its impact.

Signed-off-by: Levko Kravets <levko.ne@gmail.com>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.24%. Comparing base (4592c40) to head (4ba9620).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #241      +/-   ##
==========================================
- Coverage   93.24%   93.24%   -0.01%     
==========================================
  Files          63       63              
  Lines        1525     1524       -1     
  Branches      266      266              
==========================================
- Hits         1422     1421       -1     
  Misses         41       41              
  Partials       62       62              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kravets-levko kravets-levko merged commit d8244c2 into main Apr 11, 2024
8 checks passed
@kravets-levko kravets-levko deleted the fix-proxy-protocol branch April 11, 2024 16:32
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.

Issue with Databricks Making Requests to Unavailable URL Through Squid Proxy
3 participants