ZF-3963: Zend_Wildfire_Channel_HttpHeaders flushes postDispatch
Description
Zend_Wildfire_Channel_HttpHeaders flushes on postDispatch meaning that I can't log from my dispatchLoopShutdown plugins. Moving the flush to a new dispatchLoopShutdown method in Zend_Wildfire_Channel_HttpHeaders allows logging to Firebug in the normal manner.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-22T15:00:24.000+0000
Scheduling for RC3
Posted by Christoph Dorn (cadorn) on 2008-08-24T00:20:52.000+0000
How do I register a plugin on the dispatchLoopShutdown and ensure it is executed last by default?
Posted by Christoph Dorn (cadorn) on 2008-08-24T18:38:32.000+0000
All wildfire HTTP messages are now flushed on dispatchLoopShutdown() and by default the front controller plugin index is set to 999.
You can specify a different plugin stack index with the following code. This needs to be called before the first logging call.
Posted by Wil Sinclair (wil) on 2008-09-02T10:38:51.000+0000
Updating for the 1.6.0 release.