Hi, everyone:
I want to develop a module that send/recv in pre-access handler asynchronously, and my pre-access handler will return NGX_AGAIN.
My question is when my send/recv callback is called, how can I continue the request? By default it's block forever.
I want to develop a module that send/recv in pre-access handler asynchronously, and my pre-access handler will return NGX_AGAIN.
My question is when my send/recv callback is called, how can I continue the request? By default it's block forever.