Skip to content

Conversation

@Tochemey
Copy link
Contributor

@Tochemey Tochemey commented Nov 2, 2024

Basically add the TLS support by adding a simple TLSConfig to the HttpTransportOptions.

@thrawn01 I hope this was your plan.

Copy link
Contributor

@thrawn01 thrawn01 left a comment

Choose a reason for hiding this comment

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

Thank you for making this PR!

return errors.New(strings.Join(errs, "\n"))
}
time.Sleep(time.Millisecond * 100)
wait(time.Millisecond * 100)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you explain why time.Sleep isn't suitable here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@thrawn01 we can use sleep. This is just a preference.

Copy link
Contributor

Choose a reason for hiding this comment

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

Let's use sleep please.

@thrawn01
Copy link
Contributor

thrawn01 commented Nov 3, 2024

I added a test for TLS here #6. Your PR forced me to finally publish autotls in github.com/kapetan-io/tackle, for which I have been procrastinating 😆

Thanks for providing me with the motivation!

@thrawn01 thrawn01 merged commit 8201e4c into groupcache:main Nov 4, 2024
thrawn01 pushed a commit that referenced this pull request Dec 25, 2025
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