<div dir="ltr"><div class="gmail_quote"><div>Hi Maxim,</div><div><br></div><div>  Thank you for your helpful response! I have made (partial) changes to my code to reflect your comments. I better understand the phase mechanism now, thank you.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
If you actually want to handle such requests yourself, <br>
consider instead using a content handler.  In a content handler <br>
request finalization happens automatically, and there is no need <br>
to recover phase processing, so reading the request body is more <br>
or less trivial.  An example code can be seen in the development <br>
guide:<br>
<br>
<a href="http://nginx.org/en/docs/dev/development_guide.html#http_request_body" rel="noreferrer" target="_blank">http://nginx.org/en/docs/dev/development_guide.html#http_request_body</a></blockquote><div><br></div><div>   I think in this case I definitely want to use a content handler. I will point out one item I found confusing is the example cited doesn't show how to hook up the phase handler to nginx - it will never be called. I am looking at other modules in order to understand how this is done.</div><div><br></div><div>Best Regards,</div><div>Ben</div><div><br></div><div><br></div></div></div>