Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http_client: log allocation failures for request headers
Calls to flb_realloc() normally log allocation failures with flb_errno(). This commit adds this missing logging. This should help disambiguate errors in flb_http_do() that are due to memory issues as opposed to HTTP-level issues. Signed-off-by: Aaron Jacobs <[email protected]>
- Loading branch information