mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-12 18:47:09 -04:00
oci-registry: Use the new http header parser
This commit is contained in:
committed by
Alexander Larsson
parent
618d0c8fae
commit
62f33a4d6d
@@ -1002,7 +1002,7 @@ get_token_for_www_auth (FlatpakOciRegistry *self,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
params = soup_header_parse_param_list (www_authenticate + strlen ("Bearer "));
|
||||
params = flatpak_parse_http_header_param_list (www_authenticate + strlen ("Bearer "));
|
||||
|
||||
realm = g_hash_table_lookup (params, "realm");
|
||||
if (realm == NULL)
|
||||
|
||||
Reference in New Issue
Block a user