-
Notifications
You must be signed in to change notification settings - Fork 102
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
Conversation
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…erve-http Signed-off-by: Aaron <aaron@ecomaz.net>
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. |
This patch replaces all
http.ListenAndServe
function calls with(github.com/kedacore/http-add-on/pkg/http).ServeContext
calls.Checklist
README.md
docs/
directoryFixes #