Skip to content

Commit

Permalink
missed the connection header. Just for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
karlheyes committed Jan 17, 2023
1 parent 5d231d4 commit 9616aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ static int client_http_setup_req (client_http_headers_t *http, unsigned int flag
ice_config_t *config = config_get_config();
client_http_apply_fmt (http, 0, "User-Agent", "%s", config->server_id);
config_release_config();
client_http_apply_fmt (http, 0, "Connection", "Close");
return 0;
}

Expand Down

0 comments on commit 9616aa8

Please sign in to comment.