-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix nil panic in confighttp #5628
fix nil panic in confighttp #5628
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5628 +/- ##
==========================================
+ Coverage 91.53% 91.58% +0.05%
==========================================
Files 192 192
Lines 11398 11399 +1
==========================================
+ Hits 10433 10440 +7
+ Misses 770 766 -4
+ Partials 195 193 -2
Continue to review full report at Codecov.
|
Does this small pr need changelog? @jpkrohling |
Yes, and a test. |
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.
@jpkrohling please also check that the new order of operations is ok.
Unit test and changelog are both added. @jpkrohling |
db79cf8
to
a3de2a2
Compare
a3de2a2
to
e857c29
Compare
@jpkrohling @TylerHelmuth All comments are resolved, please help check those again :-) |
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
3ab1d66
to
c7567ac
Compare
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
Signed-off-by: Ziqi Zhao zhaoziqi9146@gmail.com
Description: <Describe what has changed.
fix #5556
Link to tracking Issue:
#5556