On 2019-05-09 17:30, careygister wrote: > I am using the slice module to request data from an upstream server. My > clients are connecting over SSL. With a non-SSL connection, nginx reads the > slices from the upstream server as quickly as it can deliver them. Over SSL > connections, slices are read incrementally only as quickly as the client can > consume them.
Hi, Can you post illustrative tshark captures from the client-side? tshark -n -Y http port 80 and host $SERVER_IP tshark -n -Y ssl port 443 and host $SERVER_IP Thanks! Patrick _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx