Denis Loh <denis.loh@...> writes: > Hi, > > I want to stream a video with partial content (206 Partial Content) and > set the DirectMode to 206. However, can I close the file I have opened > when the request was stopped or canceled? Is there a possibility to add > this function call to a special "onClose" scope? > > Thanks > > Denis
Hi, Denis! You should be able to close the file from a destructor of a struct instantiated in a request scope. See this thread: http://thread.gmane.org/gmane.comp.web.server.tntnet/737/focus=758 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
