cakephp2-php8/lib/Cake/Test/Case/Routing
mark_story a65354225e Don't set content-length when serving assets.
Setting content-length on assets causes long pauses when fetching assets
that contain PHP code. These assets are invariably larger than their
response bodies. By not setting a content-length, we can allow the
webserver to calculate it for us.

Refs 
2014-12-29 21:07:46 -05:00
..
Filter Don't set content-length when serving assets. 2014-12-29 21:07:46 -05:00
Route
DispatcherTest.php Add @trigger doc blocks of methods triggering CakeEvent 2014-11-30 14:45:40 -07:00
RouterTest.php