Merge remote-tracking branch 'origin/master' into web-3.0

This commit is contained in:
Alain Nussbaumer
2025-02-15 22:29:27 +01:00

View File

@@ -1296,7 +1296,7 @@ online_source_history_update(const struct online_source *src, int id, uint32_t r
static int
auth_header_add(struct keyval *headers, const struct online_source *src)
{
char auth_header[256];
char auth_header[512];
char *auth_key;
char *auth_secret;
int ret;