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 ca
I have a server with SSL enabled. It has caching enabled and fetches data
from an upstream server.
With SSL disabled, the downstream server reads and caches the data from the
upstream server very quickly -- as quickly as the upstream server can return
it. With SSL enabled, the downstream server fe
Hi,
I'm interested in extending the slice module to look ahead one slice. I want
to add the slice to the cache when it completes and when requested by the
user look ahead one more slice. The intention is to improve client-side
performance because I will alway have a copy of the next slice ready t