Hello,
First Question
Wondering if it is possible to write something that will reuse one keep-alive tcp connection to the upstream server for multiple incoming requests. So for example if I were to proxy_pass to example.com and had 100 concurrent users could nginx reuse the initial tcp connection for subsequent requests.
Second Question
If the above doesn't work would it be possible to have open resty bulk fetch a list of assets from example.com on a http2 or keep-alive connection so that by the time the client requests them they are all cached on the proxy_pass server?
Any help or documentation reference would be very appreciated.
thanks,
Matt