Hi,<br><br>I would like to know is it possible to store some private per request data structure (like a state machine that need to remember the current state due to async operation, and continue from the previous state when data continue) from a module without invading into nginx&#39;s ngx_http_request_t structure? Is there a sample module code to look at?<br>
<br>Thanks<br>