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
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.