Skip to content

Fix broken WPAD proxy resolution#271

Merged
janbrummer merged 1 commit intolibproxy:mainfrom
davids-work:fix-wpad
Feb 9, 2024
Merged

Fix broken WPAD proxy resolution#271
janbrummer merged 1 commit intolibproxy:mainfrom
davids-work:fix-wpad

Conversation

@davids-work
Copy link
Copy Markdown
Contributor

When discovering a PAC URL through WPAD, libproxy would download the file, but never call set_pac() on the PAC Runner interface, unlike in the case with an explicitly configured PAC URL. This would cause the PAC Runner implementation to just return an empty string from run()

When discovering a PAC URL through WPAD, libproxy would download the
file, but never call set_pac() on the PAC Runner interface, unlike in
the case with an explicitly configured PAC URL. This would cause the
PAC Runner implementation to just return an empty string from run()
@davids-work
Copy link
Copy Markdown
Contributor Author

It looks like this may be a regression stemming from #244

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (f1a1c30) 73.19% compared to head (a3957c0) 72.67%.

Files Patch % Lines
src/backend/px-manager.c 30.76% 7 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #271      +/-   ##
==========================================
- Coverage   73.19%   72.67%   -0.52%     
==========================================
  Files          16       16              
  Lines         843      849       +6     
  Branches      238      241       +3     
==========================================
  Hits          617      617              
- Misses        131      137       +6     
  Partials       95       95              

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

@janbrummer janbrummer merged commit 907a5cc into libproxy:main Feb 9, 2024
@davids-work davids-work deleted the fix-wpad branch February 14, 2024 10:18
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