Skip to content

Commit

Permalink
signv4: added missing length calculation
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Nov 19, 2024
1 parent 8f683d4 commit ebd49fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flb_signv4_ng.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ static flb_sds_t flb_signv4_ng_canonical_request(struct flb_http_request *reques
}
else {
tmp = (char *) request->path;
len = strlen(request->path);
}

/* Do URI encoding (rfc3986) */
Expand Down

0 comments on commit ebd49fa

Please sign in to comment.