-
Notifications
You must be signed in to change notification settings - Fork 351
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
Graceful shutdown is not working in HTTPS mode #1865
Comments
AlexanderYastrebov
added a commit
that referenced
this issue
Sep 23, 2021
Fixes #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Sep 24, 2021
Fixes #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Sep 24, 2021
Fixes #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Sep 24, 2021
Fixes #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Sep 24, 2021
Fixes #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Sep 24, 2021
Fixes #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Sep 24, 2021
Fixes #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Sep 27, 2021
Fixes #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Jul 15, 2023
* verify request is still ongoing after shutdown started * verify shutdown completes after request is finished * rename tests to have the ame prefix Updates #988 #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Jul 15, 2023
Make test request in parallel to ensure another request is refused not only after shutdown started but also while shutdown is still in progress (i.e. while test request is still in progress). Verify shutdown completes after test request is finished. Rename tests to have the same prefix. Updates #988 #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Jul 15, 2023
Make test request in parallel to ensure another request is refused not only after shutdown started but also while shutdown is still in progress (i.e. while test request is still in progress). Verify shutdown completes after test request is finished. Rename tests to have the same prefix. Updates #988 #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Jul 15, 2023
Make test request in parallel to ensure another request is refused not only after shutdown started but also while shutdown is still in progress (i.e. while test request is still in progress). Verify shutdown completes after test request is finished. Rename tests to have the same prefix. Updates #988 #1865 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
that referenced
this issue
Jul 24, 2023
Make test request in parallel to ensure another request is refused not only after shutdown started but also while shutdown is still in progress (i.e. while test request is still in progress). Verify shutdown completes after test request is finished. Rename tests to have the same prefix. Updates #988 #1865 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
Describe the bug
#988 implemented graceful shutdown but it is not working in HTTPS mode because of an early return:
skipper/skipper.go
Line 1053 in 27f4849
To Reproduce
Expected behavior
Graceful shutdown like in HTTP mode, e.g. the logs:
The text was updated successfully, but these errors were encountered: