-
Notifications
You must be signed in to change notification settings - Fork 352
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
Implements HTTPS graceful shutdown #1866
Conversation
a9466fa
to
938db16
Compare
Fixes #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
938db16
to
ab90620
Compare
} | ||
|
||
func testServerShutdown(t *testing.T, o *Options, scheme string) { | ||
const shutdownDelay = 1 * time.Second |
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.
this is a d
if you are writing Go :)
If you write Java you can name it as in Java :)
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.
In java that would be HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor
☝️
👍 |
1 similar comment
👍 |
PR #1866 implemented HTTPS graceful shutdown but did not use queuelistener. Signed-off-by: Alexander Yastrebov <[email protected]>
PR #1866 implemented HTTPS graceful shutdown but did not use queuelistener. Signed-off-by: Alexander Yastrebov <[email protected]>
Fixes #1865
Signed-off-by: Alexander Yastrebov [email protected]