-
Bug
-
Resolution: Done
-
Major
-
4.5.0.Final, 4.5.5.Final
-
None
After RESTEASY-2480 was resolved and version 4.5.5.Final released I tried to integrate this new version.
Now I have problems with multipart/form-data responses due to the new asynchronous API, as the headers are sent disordered and therefore the message is not recognized as a valid response.
I use netty as backend.
Is there a possibility to explicitly avoid the new asynchronous API?