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

Implements HTTPS graceful shutdown #1866

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

AlexanderYastrebov
Copy link
Member

@AlexanderYastrebov AlexanderYastrebov commented Sep 23, 2021

Fixes #1865

Signed-off-by: Alexander Yastrebov [email protected]

@AlexanderYastrebov AlexanderYastrebov force-pushed the https-graceful-shutdown branch 5 times, most recently from a9466fa to 938db16 Compare September 24, 2021 11:48
@AlexanderYastrebov AlexanderYastrebov changed the title wip: HTTPS graceful shutdown Implements HTTPS graceful shutdown Sep 24, 2021
Fixes #1865

Signed-off-by: Alexander Yastrebov <[email protected]>
@AlexanderYastrebov AlexanderYastrebov marked this pull request as ready for review September 24, 2021 11:53
}

func testServerShutdown(t *testing.T, o *Options, scheme string) {
const shutdownDelay = 1 * time.Second
Copy link
Member

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 :)

Copy link
Member Author

Choose a reason for hiding this comment

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

@szuecs
Copy link
Member

szuecs commented Sep 27, 2021

👍

1 similar comment
@AlexanderYastrebov
Copy link
Member Author

👍

@AlexanderYastrebov AlexanderYastrebov merged commit a9ab81b into master Sep 27, 2021
@AlexanderYastrebov AlexanderYastrebov deleted the https-graceful-shutdown branch September 27, 2021 20:34
AlexanderYastrebov added a commit that referenced this pull request Jul 12, 2023
PR #1866 implemented HTTPS graceful shutdown but did not use queuelistener.

Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov added a commit that referenced this pull request Jul 24, 2023
PR #1866 implemented HTTPS graceful shutdown but did not use queuelistener.

Signed-off-by: Alexander Yastrebov <[email protected]>
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.

Graceful shutdown is not working in HTTPS mode
2 participants