-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
Some memory copying is avoided by directly connecting RESTEasy's
request payload to the reactor-netty's 'outbound'.
Fix a bug where headers added by things like RESTEasy
MessageBodyWriters are appropriately added to the request that
reactor-netty sends out.
If empty due to thread switching, establish ResteasyContext that has
the Provider->ClientConfiguration such that Provider field level injection
will work in when the request body is written.