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

Remove TLS support #33

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Remove TLS support #33

merged 3 commits into from
Oct 31, 2024

Conversation

phbnf
Copy link
Collaborator

@phbnf phbnf commented Oct 30, 2024

Towards #10 #5

We don't need this for now. It was only added recently to the CTFE and got ported over here. In an effort to splify this binary to its bare minimum, let's remove this for now. We can always add it back later if required.

We don't need this for now. It was only added recently to the CTFE and
got ported over here. In an effort to splify this binary to its bare
minimum, let's remove this for now. We can always add it back later if
required.
@phbnf phbnf requested a review from roger2hk October 30, 2024 15:12
@phbnf phbnf marked this pull request as ready for review October 30, 2024 15:21
cmd/gcp/main.go Outdated
Comment on lines 181 to 182
err = srv.ListenAndServe()
if err != http.ErrServerClosed {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Merge these two lines into one.

@phbnf phbnf merged commit cfa9b60 into transparency-dev:main Oct 31, 2024
7 checks passed
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