micronaut-core
micronaut-core copied to clipboard
Fix ByteBody stream writing for HTTP/2
The writer wrote ByteBufs directly instead of HttpContent, which works for HTTP/1 but not HTTP/2. Also improved error handling.
Fixes #11260
Draft until @asw12 signs the CLA for the test case
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code