We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01d766 commit 5a9a4e8Copy full SHA for 5a9a4e8
plugins/in_calyptia_fleet/in_calyptia_fleet.c
@@ -917,7 +917,6 @@ static struct flb_http_client *fleet_http_do(struct flb_in_calyptia_fleet_config
917
918
if (client->resp.payload_size <= 0) {
919
flb_plg_error(ctx->ins, "empty response");
920
- flb_http_client_destroy(client);
921
goto http_do_error;
922
}
923
0 commit comments