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
{{ message }}
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
This commit replaces the use of the graceful HTTP server with the HTTP server
provided by the Go standard library. After careful consideration it was
determined that ciao does not currently need the functionality provided by
this library. The graceful HTTP server tries to shut down all open connections
before shutting down the HTTP server itself. However, we do not need to do
this in ciao as we can be sure that the docker plugin's HTTP server
can have no outstanding connections when it is asked to shutdown by
ciao-launcher.
Fixesciao-project#29Fixesciao-project#221
Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
The graceful http server has a data race on launcher invoked shutdown.
The text was updated successfully, but these errors were encountered: