Skip to content
Snippets Groups Projects

chore(ci): properly shutting down HTTP/2 server

Merged Raphael Defosseux requested to merge fix-http2-shutdown into develop
1 unresolved thread
@@ -81,7 +81,7 @@ class smf_http2_server {
uint32_t m_port;
http2 server;
smf::smf_app* m_smf_app;
bool shutdown_in_progress;
bool running_server;
protected:
};
Loading