Hi, <br>I am using a non-blocking library which reads from file-system and calls a callback when event has accrued. I want to integrate it with nginx module. <br>From where I can find an example where I can send response from third party library callback?<br>
 <br>What I am planning <br>1. Read complete request body of the client. <br>2. Register callback with nginx request object. <br>3. When callback is fired send response to the client. <br><br>Is there a basic example I can non-blocking wait for this callback inside location handler ?<br>
<br><br><br clear="all">regards<div>Vivek Goel</div><br>