Slon/Modules/ActivityPub: Fix typo passing http_headers to Http.Get
This commit is contained in:
parent
6c87604d56
commit
1a5aa1e22c
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ U0 @slon_activitypub_users_get(SlonHttpSession* session)
|
|||
|
||||
switch (verb) {
|
||||
case SLON_HTTP_VERB_GET:
|
||||
resp = Http.Get(url, fetch_buffer, http_headers);
|
||||
resp = Http.Get(url, fetch_buffer, NULL, http_headers);
|
||||
break;
|
||||
case SLON_HTTP_VERB_POST:
|
||||
resp = Http.Post(url, fetch_buffer, request_object_s, http_headers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue