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

connectionlayer: sslupgrade(socket_type_tls) fixup (#941) #943

Merged

Conversation

gustafsson
Copy link
Contributor

@gustafsson gustafsson commented Oct 18, 2022

The sockettype for ConnectionPool.sslupgrade should depend on target_url rather than url. These are not necessarily on the same scheme. I.e if "https_proxy=http://..."

The sockettype for ConnectionPool.sslupgrade should depend on target_url 
rather than url. These are not necessarily on the same schema. I.e if 
"https_proxy=http://..."
@codecov-commenter
Copy link

codecov-commenter commented Oct 18, 2022

Codecov Report

Merging #943 (868bdfd) into master (2377beb) will decrease coverage by 0.54%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #943      +/-   ##
==========================================
- Coverage   80.44%   79.89%   -0.55%     
==========================================
  Files          36       36              
  Lines        2950     2950              
==========================================
- Hits         2373     2357      -16     
- Misses        577      593      +16     
Impacted Files Coverage Δ
src/clientlayers/ConnectionRequest.jl 78.48% <0.00%> (ø)
src/HTTP.jl 73.33% <0.00%> (-13.34%) ⬇️
src/Exceptions.jl 88.23% <0.00%> (-2.95%) ⬇️
src/clientlayers/RetryRequest.jl 75.60% <0.00%> (-2.44%) ⬇️
src/connectionpools.jl 72.72% <0.00%> (-1.02%) ⬇️
src/ConnectionPool.jl 86.69% <0.00%> (-0.86%) ⬇️
src/Messages.jl 86.39% <0.00%> (-0.60%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

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

Ah, good catch. Thanks for the PR.

@quinnj quinnj merged commit 447533a into JuliaWeb:master Oct 18, 2022
@gustafsson gustafsson deleted the connectionlayer-https_proxy-on-http branch October 26, 2022 12:49
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.

None yet

3 participants