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

Refactor Net::HTTP#connect #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stanhu
Copy link

@stanhu stanhu commented Jan 10, 2024

The method was getting large, and in preparation for #141, I thought it would be easier to break up the method into several other methods.

@stanhu stanhu marked this pull request as draft January 10, 2024 00:18
lib/net/http.rb Show resolved Hide resolved
The method was getting large, and in preparation for ruby#141, I thought
it would be easier to break up the method into several other methods.
@stanhu stanhu marked this pull request as ready for review January 10, 2024 06:08
@stanhu
Copy link
Author

stanhu commented Jan 10, 2024

https://github.com/ruby/net-http/pull/147/files seems to have a similar refactoring.

@stanhu
Copy link
Author

stanhu commented Jan 11, 2024

@nurse What do you think about this change?

@stanhu
Copy link
Author

stanhu commented May 24, 2024

@nurse Could you review this?

@xlgmokha
Copy link

@hsbt, @nurse do you have time to review this change? This is related to a DNS rebinding issue that we are experiencing on gitlab.com that we are working to resolve. 🙏

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

Successfully merging this pull request may close these issues.

None yet

2 participants