mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Slon/Modules/ActivityPub: Fix typo passing http_headers to Http.Get
This commit is contained in:
@@ -370,7 +370,7 @@ U0 @slon_activitypub_users_get(SlonHttpSession* session)
|
|||||||
|
|
||||||
switch (verb) {
|
switch (verb) {
|
||||||
case SLON_HTTP_VERB_GET:
|
case SLON_HTTP_VERB_GET:
|
||||||
resp = Http.Get(url, fetch_buffer, http_headers);
|
resp = Http.Get(url, fetch_buffer, NULL, http_headers);
|
||||||
break;
|
break;
|
||||||
case SLON_HTTP_VERB_POST:
|
case SLON_HTTP_VERB_POST:
|
||||||
resp = Http.Post(url, fetch_buffer, request_object_s, http_headers);
|
resp = Http.Post(url, fetch_buffer, request_object_s, http_headers);
|
||||||
|
|||||||
Reference in New Issue
Block a user