Making parallel subrequests in a module

2019-09-17 Thread salmaanp
Hi, I'm trying to make parallel network subrequests in my module. They work perfectly fine when run sequentially as follows. ``` ACCESS PHASE return create_subrequest1; ---> (NGX_AGAIN) return create_subrequest2; ---> (NGX_AGAIN) ``` To make it parallel, I removed the returns and called NGX_AGA

Re: nginx error : cache file has too long header

2019-09-17 Thread rihad
Is time of last request also stored with the cached file on disk? If not, how does nginx track inactive timeout if it gets restarted? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271382,285638#msg-285638 ___ nginx mailing list nginx@nginx.