Use HTTP/2 instead of HTTP/1.1 in 5G Core SBI

This commit is contained in:
Sukchan Lee 2020-11-26 21:44:37 -05:00
parent 0c47098c4a
commit 2c2b6dfcaf
111 changed files with 2620 additions and 1337 deletions

View file

@ -45,7 +45,7 @@ static void initialize(const char *const argv[])
{
int rv;
rv = ogs_app_initialize(NULL, argv);
rv = ogs_app_initialize(NULL, NULL, argv);
ogs_assert(rv == OGS_OK);
test_app_init();