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
In 8daebe0, The ByteArrayBodyGenerator constructor suddenly stopped being public unlike every other BodyGenerator. This isn't detected by tests since ByteArrayBodyGeneratorTest is in the same package - org.asynchttpclient.request.body.generator.
Was this intentional? All versions past this commit (2.1.1 and newer) cannot POST byte arrays without resorting to reflection.