You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I've seen that there's this interesting peace of update happened recently. ;) Support graceful restart for Coroutine\Http\Server. When server shutting down, the client connection will no longer be forcibly closed, and only stop listening to new requests
Is this something happening by default? If not then how could I use it? I'm using unit file to start server, which is based on something I found long time ago in the issue section:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I've seen that there's this interesting peace of update happened recently. ;)
Support graceful restart for Coroutine\Http\Server. When server shutting down, the client connection will no longer be forcibly closed, and only stop listening to new requests
Is this something happening by default? If not then how could I use it? I'm using unit file to start server, which is based on something I found long time ago in the issue section:
Do I have to make some adjustments to make it work?
Beta Was this translation helpful? Give feedback.
All reactions