Skip to content
Snippets Groups Projects
Commit 2d987a07 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

chore(ci): post-review comment

parent b66cb8bb
No related branches found
No related tags found
1 merge request!45fix(http2): proper HTTP2 synchronous stop
Pipeline #45437 passed
......@@ -36,10 +36,7 @@ using namespace oai::pcf::api;
using namespace oai::config;
std::unique_ptr<pcf_app> pcf_app_inst = nullptr;
// TODO Stefan: I am not happy with these global variables
// We could make a singleton getInstance in config
// or we handle everything in smf_app init and have a reference to config there
std::unique_ptr<pcf_app> pcf_app_inst = nullptr;
std::unique_ptr<pcf_config> pcf_cfg = nullptr;
std::unique_ptr<PCFApiServer> pcf_api_server_1 = nullptr;
std::unique_ptr<pcf_http2_server> pcf_api_server_2 = nullptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment