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

using ServeContext for all production HTTP servers #292

Merged
merged 8 commits into from
Oct 25, 2021

Conversation

arschles
Copy link
Collaborator

@arschles arschles commented Oct 7, 2021

This patch replaces all http.ListenAndServe function calls with (github.com/kedacore/http-add-on/pkg/http).ServeContext calls.

Checklist

Fixes #

Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
@arschles arschles added the enhancement New feature or request label Oct 7, 2021
@arschles arschles added this to the v0.2.0 milestone Oct 7, 2021
@arschles arschles enabled auto-merge (squash) October 8, 2021 15:55
Copy link
Collaborator

@ajanth97 ajanth97 left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link

@bketelsen bketelsen left a comment

Choose a reason for hiding this comment

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

LGTM

@arschles arschles disabled auto-merge October 25, 2021 18:33
@arschles
Copy link
Collaborator Author

Thanks @bketelsen !

I'm going to merge this even though the linkinator check is broken. The fix for it is detailed in kedacore/keda#2215 and that work will be done separately.

@arschles arschles merged commit 30fb204 into kedacore:main Oct 25, 2021
@arschles arschles deleted the serve-http branch October 25, 2021 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants