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

@@ -41,9 +41,7 @@ extern "C" {
typedef int (*ogs_sbi_client_cb_f)(ogs_sbi_response_t *response, void *data);
typedef struct ogs_sbi_client_s {
ogs_lnode_t lnode;
ogs_sockaddr_t *addr;
ogs_socknode_t node;
struct {
const char *key;