You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compose_payload allocates memory when 'format' is not 'msgpack'.
It is not released when no connection is available and it causes issue fluent#6208.
This patch is to change flush flow.
1. Check connection
2. Invoke compose_payload
Signed-off-by: Takahiro Yamashita <[email protected]>
Signed-off-by: Manal Geries <[email protected]>
0 commit comments