Open danhyun opened 8 years ago
Related #824
+1.
Would be useful to those that would like to squeeze every millisecond possible out of a request.
This would be awesome :)
Is this something planned ?
Any inputs on ratpack's HTTP/2 support ? Is it in plan or in near milestones, as HTTP/2 is adopted widely now (https://w3techs.com/technologies/history_overview/site_element/all/y). ?
We should upgrade Ratpack to integrate Netty's HTTP/2 support
Some samples: https://github.com/netty/netty/blob/4.1/codec-http2/src/test/java/io/netty/handler/codec/http2/HttpToHttp2ConnectionHandlerTest.java
We'll need to figure out how to integrate the users's ability to keep sending data into the Execution model.