mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-17 21:23:09 +00:00
parent
c5d4317887
commit
a91dff8931
@ -255,7 +255,7 @@ static int on_header_ready(http_subtransport *t)
|
||||
GITERR_CHECK_ALLOC(t->content_type);
|
||||
}
|
||||
}
|
||||
else if (!strcmp("WWW-Authenticate", git_buf_cstr(name))) {
|
||||
else if (!strcasecmp("WWW-Authenticate", git_buf_cstr(name))) {
|
||||
char *dup = git__strdup(git_buf_cstr(value));
|
||||
GITERR_CHECK_ALLOC(dup);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user