The third small question:
CFcgiApp
Sometimes we may forget to call po_Response.Finished, and if a IsFinished property (similar to IBuilder.IsFinished) is provided for CFcgiResponse, then we can execute the following code at the end of the sub:Code:Private Sub IFcgiApp_ProcessRequest(po_Request As VbFcgiLib.CFcgiRequest, po_Response As VbFcgiLib.CFcgiResponse) ... ... ... Final: If po_Response.IsFinished Then po_Response.Finished end If end Sub
Code:If po_Response.IsFinished Then po_Response.Finished end If




Reply With Quote