hello,
I think you can implement dynamic TLS record sizing by yourself, the patch which Cloudflare has open sourced also has improve space. there are some useful links for you :
- https://issues.apache.org/jira/browse/TS-2503
- https://github.com/icing/mod_h2/blob/master/mod_http2/h2_conn_io.c
On Saturday, June 11, 2016 at 1:09:41 AM UTC+8, RJoshi wrote:
I came across interesting article "
Optimizing TLS over TCP to reduce latency" which optimize TLS traffic. CloudFlare has open sourced their
patch. Looking at the comments on this blog, it seems to be improving performance quite a bit.
Any plans to include in OpenResty version of Nginx?